Skip to content
⌘ NSIS Forum Archive

Delete internet shortcut

2 posts

phillip.from.oz#

Delete internet shortcut

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