Skip to content
⌘ NSIS Forum Archive

Desktop shortcut not removed on Win98 SE.

2 posts

afuchi#

Desktop shortcut not removed on Win98 SE.

I've a problem with my NSIS 2.0b3 installation script under Win98 SE. The desktop icon is not uninstalled.

The shortcut creation with [CreateShortCut "$DESKTOP\CastorTPV.lnk" "$INSTDIR\CastorTPV.bat" ""] works fine but the uninstallation with [Delete "$DESKTOP\CastorTPV.lnk"] does not work.

In Win2K works fine.

Any help?

Regards,
César.