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:
joostverburg 2003-03-09 22:10:07 +00:00
parent 4605b49113
commit a1ff4f5102

View file

@ -7,6 +7,15 @@
!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.
;Do not use this variable in your script (or Push/Pop it)!
@ -21,15 +30,6 @@
!define TEMP $R0
;--------------------------------
;Configuration
;General
OutFile "StartMenu.exe"
;Folder selection page
InstallDir "$PROGRAMFILES\${MUI_PRODUCT}"
;--------------------------------
;Modern UI Configuration