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?