MrFredBloggs
30th October 2005 05:29 UTC
Deleting A Previously Created Shortcut
Hi All,
I have successfully created a shortcut in an NSIS script but now I want to delete this shortcut and its associated icon when my application is uninstalled.
Any advice on how I can do this?
Thankx,
MrFredBloggs.
Takhir
30th October 2005 06:34 UTC
To delete file use Delete command
To find icon location use plug-in http://nsis.sourceforge.net/ShellLin..._Icon_Location (& index)
The answer was on the first forum page, 11 lines below your question :)