Hi,
I want to delete a internet shortcut that was created as follows:
"!macro CreateInternetShortcut FILENAME URL ICONFILE ICONINDEX
WriteINIStr "${FILENAME}.url" "InternetShortcut" "URL" "${URL}"
WriteINIStr "${FILENAME}.url" "InternetShortcut" "IconFile" "${ICONFILE}"
WriteINIStr "${FILENAME}.url" "InternetShortcut" "IconIndex" "${ICONINDEX}"
!macroend
"
This deletion would happen during the uninstall.
Can someone please advise how this can be done?
Thanks
Delete internet shortcut
2 posts