right position for page commands
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@2226 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
parent
8f2c84800f
commit
08f2d43b8e
1 changed files with 11 additions and 11 deletions
|
@ -35,6 +35,17 @@
|
||||||
;Modern UI System
|
;Modern UI System
|
||||||
!insertmacro MUI_SYSTEM
|
!insertmacro MUI_SYSTEM
|
||||||
|
|
||||||
|
;--------------------------------
|
||||||
|
;Pages
|
||||||
|
|
||||||
|
!insertmacro MUI_PAGECOMMAND_LICENSE
|
||||||
|
Page custom SetCustomA "$(TEXT_IO_PAGETITLE_A)"
|
||||||
|
Page custom SetCustomB "$(TEXT_IO_PAGETITLE_B)"
|
||||||
|
!insertmacro MUI_PAGECOMMAND_COMPONENTS
|
||||||
|
!insertmacro MUI_PAGECOMMAND_DIRECTORY
|
||||||
|
Page custom SetCustomC "$(TEXT_IO_PAGETITLE_C)"
|
||||||
|
!insertmacro MUI_PAGECOMMAND_INSTFILES
|
||||||
|
|
||||||
;--------------------------------
|
;--------------------------------
|
||||||
;Languages
|
;Languages
|
||||||
|
|
||||||
|
@ -60,17 +71,6 @@
|
||||||
|
|
||||||
LicenseData "${NSISDIR}\Contrib\Modern UI\License.txt"
|
LicenseData "${NSISDIR}\Contrib\Modern UI\License.txt"
|
||||||
|
|
||||||
;--------------------------------
|
|
||||||
;Pages
|
|
||||||
|
|
||||||
!insertmacro MUI_PAGECOMMAND_LICENSE
|
|
||||||
Page custom SetCustomA "$(TEXT_IO_PAGETITLE_A)"
|
|
||||||
Page custom SetCustomB "$(TEXT_IO_PAGETITLE_B)"
|
|
||||||
!insertmacro MUI_PAGECOMMAND_COMPONENTS
|
|
||||||
!insertmacro MUI_PAGECOMMAND_DIRECTORY
|
|
||||||
Page custom SetCustomC "$(TEXT_IO_PAGETITLE_C)"
|
|
||||||
!insertmacro MUI_PAGECOMMAND_INSTFILES
|
|
||||||
|
|
||||||
;--------------------------------
|
;--------------------------------
|
||||||
;Reserve Files
|
;Reserve Files
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue