missing startmenu defines
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@2106 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
parent
22611ea930
commit
f6b8a41607
1 changed files with 5 additions and 0 deletions
|
@ -14,6 +14,11 @@
|
|||
;Have a look at the Readme for info about other options (default folder,
|
||||
;registry).
|
||||
|
||||
;Remember the Start Menu Folder
|
||||
!define MUI_STARTMENU_REGISTRY_ROOT "HKCU"
|
||||
!define MUI_STARTMENU_REGISTRY_KEY "Software\${MUI_PRODUCT}"
|
||||
!define MUI_STARTMENU_REGISTRY_VALUENAME "Start Menu Folder"
|
||||
|
||||
!define TEMP $R0
|
||||
|
||||
;--------------------------------
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue