Skip to content
⌘ NSIS Forum Archive

CreateShortcut, and OPTIONAL keyboard shortcuts

4 posts

mgillespie#

CreateShortcut, and OPTIONAL keyboard shortcuts

Is it possible to not specify a keyboard shortcut for CreateShortcut?

I have no way of knowing whats already configured, and cannot ensure my keyboard shortcut is unique, so I would rather not specify one. However, I cannot work out how to do it (have tried passing NULL), but NSIS always wants a parameter there...
Comm@nder21#
erm, "" MUST work. works fine for me.
i've lots of shortcuts in my (really big, but never really used 🙂) installer, without any keyboard setting.