Skip to content
⌘ NSIS Forum Archive

Vista shortcut problems

4 posts

aemik#

Vista shortcut problems

On MS Vista, this command of my uninstaller:
Delete "$DESKTOP\Test.lnk"
has no effect.
But on XP i dont have any problems.
Anders#
Vista tries to help you out (but only screws things up), it is probably located on the all users desktop
Anders#
try a messagebox with "$DESKTOP\Test.lnk" before the delete instruction and figure out whats wrong with the path