and deleting it in my uninstaller like this:CreateShortCut "$DESKTOP\Freelancer Mod Manager.lnk" \
"$INSTDIR\FLModManager.exe" "" \
"$INSTDIR\FLModManager.exe" 0 'SW_SHOWNORMAL' \
'' "Freelancer Mod Manager"
The problem is, the shortcut is still there after the uninstaller exits! Is this a bug, or am I not doing something right?Delete "$DESKTOP\Freelancer Mod Manager.lnk"