Skip to content
⌘ NSIS Forum Archive

Shortcut in StartMenu group selected by user

2 posts

BestiaPL#

Shortcut in StartMenu group selected by user

Hello,

First - sorry for my English, I'm better with translationg from English to Polish that Polish to English...

How can I set installer for users, if they will be changing locatio of Icons in Start Menu? (Changing MyGroup to any folder by user).

I've got:
CreateShortCut "$SMPROGRAMS\MyGroup\MyApp.lnk" "$INSTDIR\MyApp.exe" "" "" 0
Joost Verburg#
Use the Startmenu plug-in (Contrib\StartMenu). There is also an example in the 'Examples\Modern UI' directory.