Skip to content
⌘ NSIS Forum Archive

Compulsory Shortcut

4 posts

CCelebornn#

Compulsory Shortcut

Hiya

Is there a way to force the installation of a desktop shortcut automatically? As far as I can tell, the only way to get the shortcut installed is if the components menu is enabled for the user to then tick a box to allow the shortcut. However, I would rathar have it so that this screen isn't needed 🙂

Thanks
Afrow UK#
To make Sections hidden, give them no name or a -name

E.g.
Section
...
SectionEnd

Section -Shortcuts
...
SectionEnd

-Stu