moved defines to configuration
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@2263 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
parent
4605b49113
commit
a1ff4f5102
1 changed files with 14 additions and 14 deletions
|
@ -7,6 +7,15 @@
|
||||||
|
|
||||||
!include "MUI.nsh"
|
!include "MUI.nsh"
|
||||||
|
|
||||||
|
;--------------------------------
|
||||||
|
;Configuration
|
||||||
|
|
||||||
|
;General
|
||||||
|
OutFile "StartMenu.exe"
|
||||||
|
|
||||||
|
;Folder selection page
|
||||||
|
InstallDir "$PROGRAMFILES\${MUI_PRODUCT}"
|
||||||
|
|
||||||
;$9 is being used to store the Start Menu Folder.
|
;$9 is being used to store the Start Menu Folder.
|
||||||
;Do not use this variable in your script (or Push/Pop it)!
|
;Do not use this variable in your script (or Push/Pop it)!
|
||||||
|
|
||||||
|
@ -21,15 +30,6 @@
|
||||||
|
|
||||||
!define TEMP $R0
|
!define TEMP $R0
|
||||||
|
|
||||||
;--------------------------------
|
|
||||||
;Configuration
|
|
||||||
|
|
||||||
;General
|
|
||||||
OutFile "StartMenu.exe"
|
|
||||||
|
|
||||||
;Folder selection page
|
|
||||||
InstallDir "$PROGRAMFILES\${MUI_PRODUCT}"
|
|
||||||
|
|
||||||
;--------------------------------
|
;--------------------------------
|
||||||
;Modern UI Configuration
|
;Modern UI Configuration
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue