When I uninstall my application, it does find on the
start menu items, but always leaves the desktop icon
behind. Here is the code in my uninstall section:
!insertmacro MUI_STARTMENU_GETFOLDER Application
$MUI_TEMP
Delete "$DESKTOP\IDX File Loader.lnk"
RMDir /r "$SMPROGRAMS\$MUI_TEMP"
I'm new to this, so this may not be correct.
Thanks.
thom@nowhereatall.com
Logged In: YES
user_id=584402
Shortcuts to .bat file have the .pif extension on Windows 9x,
not the .lnk extension.