startmenu registry
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@2065 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
parent
8c204678d9
commit
ab5472a5ae
3 changed files with 25 additions and 5 deletions
|
@ -10,10 +10,9 @@
|
|||
;$9 is being used to store the Start Menu Folder.
|
||||
;Do not use this variable in your script (or Push/Pop it)!
|
||||
|
||||
;You can change this variable or the default Start Menu Folder by using
|
||||
;these defines:
|
||||
;!define MUI_STARTMENU_VARIABLE "$VAR"
|
||||
;!define MUI_STARTMENU_DEFAULTFOLDER "Folder Name"
|
||||
;To change this variable, use MUI_STARTMENU_VARIABLE.
|
||||
;Have a look at the Readme for info about other options (default folder,
|
||||
;registry).
|
||||
|
||||
!define TEMP $R0
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue