Skip to content
⌘ NSIS Forum Archive

Struggling with Uninstaller Log for NSIS

3 posts

harveywalker500#

Struggling with Uninstaller Log for NSIS

Hi all,

I'm writing a script for an uninstaller that includes a log of where to uninstall using this macro: https://nsis.sourceforge.io/Uninstal...nstalled_files
However, I'm struggling with the macro
${CreateShortcut}
, here is how I'm using it:
${CreateShortcut} "$SMPROGRAMS\Little Navmap\Little Navmap.lnk" "$INSTDIR\littlenavmap.exe" "" "" ""
What else do I need to include?​