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:
joostverburg 2003-02-04 11:52:11 +00:00
parent 22611ea930
commit f6b8a41607

View file

@ -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
;--------------------------------