macro system updates
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@1570 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
parent
ce7c1170c6
commit
2fc9ed8b95
2 changed files with 18 additions and 31 deletions
|
@ -30,6 +30,7 @@
|
|||
Name "${NAME} ${VERSION}"
|
||||
|
||||
;Page order
|
||||
!define MUI_CUSTOMPAGECOMMANDS
|
||||
!insertmacro MUI_PAGECOMMAND_LICENSE
|
||||
Page custom SetCustomA
|
||||
Page custom SetCustomB
|
||||
|
@ -56,6 +57,7 @@
|
|||
LangString TEXT_IO_SUBTITLE ${LANG_ENGLISH} "Create your own dialog!"
|
||||
|
||||
;Uninstaller
|
||||
!define MUI_UNCUSTOMPAGECOMMANDS
|
||||
!insertmacro MUI_UNPAGECOMMAND_CONFIRM
|
||||
!insertmacro MUI_UNPAGECOMMAND_INSTFILES
|
||||
|
||||
|
@ -132,7 +134,7 @@ Function SetCustomC
|
|||
!insertmacro MUI_INSTALLOPTIONS_SHOW "ioC.ini"
|
||||
FunctionEnd
|
||||
|
||||
!insertmacro MUI_FUNCTIONS_CUSTOMPAGE_BASIC
|
||||
!insertmacro MUI_FUNCTIONS_BASIC
|
||||
|
||||
;--------------------------------
|
||||
;Uninstaller
|
||||
|
@ -153,6 +155,6 @@ SectionEnd
|
|||
;--------------------------------
|
||||
;Uninstaller Functions
|
||||
|
||||
!insertmacro MUI_UNFUNCTIONS_CUSTOMPAGE_BASIC
|
||||
!insertmacro MUI_UNFUNCTIONS_BASIC
|
||||
|
||||
;eof
|
Loading…
Add table
Add a link
Reference in a new issue