Archive: ShortCut Place?


ShortCut Place?
---------code---------------------------------------------
CreateShortCut "$SMPROGRAMS\My_App_XXX\Uninstall.lnk" "$INSTDIR\uninstall.exe" "" "$INSTDIR\uninstall.exe" 0
---------------------------------------------------------

Uninstall ShortCut Place not fixed ???

<nice NSIS>


Make sure you create the "$SMPROGRAMS\My_App_XXX" directory first using:

SetOutPath "$SMPROGRAMS\My_App_XXX"

-Stu