double pages possible
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@2585 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
parent
a95e02c4d2
commit
67ee1b23ad
1 changed files with 29 additions and 8 deletions
|
@ -561,7 +561,10 @@
|
||||||
!verbose 3
|
!verbose 3
|
||||||
!endif
|
!endif
|
||||||
|
|
||||||
|
!ifndef MUI_WELCOMEPAGE
|
||||||
!define MUI_WELCOMEPAGE
|
!define MUI_WELCOMEPAGE
|
||||||
|
!endif
|
||||||
|
|
||||||
Page custom mui.Welcome "" "" "MUI_INSTALLBUTTON_WELCOME"
|
Page custom mui.Welcome "" "" "MUI_INSTALLBUTTON_WELCOME"
|
||||||
|
|
||||||
!ifndef MUI_MANUALVERBOSE
|
!ifndef MUI_MANUALVERBOSE
|
||||||
|
@ -576,7 +579,10 @@
|
||||||
!verbose 3
|
!verbose 3
|
||||||
!endif
|
!endif
|
||||||
|
|
||||||
|
!ifndef MUI_LICENSEPAGE
|
||||||
!define MUI_LICENSEPAGE
|
!define MUI_LICENSEPAGE
|
||||||
|
!endif
|
||||||
|
|
||||||
Page license mui.LicensePre mui.LicenseShow mui.LicenseLeave "MUI_INSTALLBUTTON_LICENSE"
|
Page license mui.LicensePre mui.LicenseShow mui.LicenseLeave "MUI_INSTALLBUTTON_LICENSE"
|
||||||
|
|
||||||
!ifndef MUI_MANUALVERBOSE
|
!ifndef MUI_MANUALVERBOSE
|
||||||
|
@ -591,7 +597,10 @@
|
||||||
!verbose 3
|
!verbose 3
|
||||||
!endif
|
!endif
|
||||||
|
|
||||||
|
!ifndef MUI_COMPONENTSPAGE
|
||||||
!define MUI_COMPONENTSPAGE
|
!define MUI_COMPONENTSPAGE
|
||||||
|
!endif
|
||||||
|
|
||||||
Page components mui.ComponentsPre mui.ComponentsShow mui.ComponentsLeave "MUI_INSTALLBUTTON_COMPONENTS"
|
Page components mui.ComponentsPre mui.ComponentsShow mui.ComponentsLeave "MUI_INSTALLBUTTON_COMPONENTS"
|
||||||
|
|
||||||
!ifndef MUI_MANUALVERBOSE
|
!ifndef MUI_MANUALVERBOSE
|
||||||
|
@ -606,7 +615,10 @@
|
||||||
!verbose 3
|
!verbose 3
|
||||||
!endif
|
!endif
|
||||||
|
|
||||||
|
!ifndef MUI_DIRECTORYPAGE
|
||||||
!define MUI_DIRECTORYPAGE
|
!define MUI_DIRECTORYPAGE
|
||||||
|
!endif
|
||||||
|
|
||||||
Page directory mui.DirectoryPre mui.DirectoryShow mui.DirectoryLeave "MUI_INSTALLBUTTON_DIRECTORY"
|
Page directory mui.DirectoryPre mui.DirectoryShow mui.DirectoryLeave "MUI_INSTALLBUTTON_DIRECTORY"
|
||||||
|
|
||||||
!ifndef MUI_MANUALVERBOSE
|
!ifndef MUI_MANUALVERBOSE
|
||||||
|
@ -621,7 +633,10 @@
|
||||||
!verbose 3
|
!verbose 3
|
||||||
!endif
|
!endif
|
||||||
|
|
||||||
|
!ifndef MUI_STARTMENUPAGE
|
||||||
!define MUI_STARTMENUPAGE
|
!define MUI_STARTMENUPAGE
|
||||||
|
!endif
|
||||||
|
|
||||||
Page custom mui.Startmenu "" "" "MUI_INSTALLBUTTON_STARTMENU"
|
Page custom mui.Startmenu "" "" "MUI_INSTALLBUTTON_STARTMENU"
|
||||||
|
|
||||||
!ifndef MUI_NOVERBOSE & MUI_MANUALVERBOSE
|
!ifndef MUI_NOVERBOSE & MUI_MANUALVERBOSE
|
||||||
|
@ -650,7 +665,10 @@
|
||||||
!verbose 3
|
!verbose 3
|
||||||
!endif
|
!endif
|
||||||
|
|
||||||
|
!ifndef MUI_FINISHPAGE
|
||||||
!define MUI_FINISHPAGE
|
!define MUI_FINISHPAGE
|
||||||
|
!endif
|
||||||
|
|
||||||
Page custom mui.Finish
|
Page custom mui.Finish
|
||||||
|
|
||||||
!ifndef MUI_MANUALVERBOSE
|
!ifndef MUI_MANUALVERBOSE
|
||||||
|
@ -669,7 +687,10 @@
|
||||||
!define MUI_UNINSTALLER
|
!define MUI_UNINSTALLER
|
||||||
!endif
|
!endif
|
||||||
|
|
||||||
|
!ifndef MUI_UNCONFIRMPAGE
|
||||||
!define MUI_UNCONFIRMPAGE
|
!define MUI_UNCONFIRMPAGE
|
||||||
|
!endif
|
||||||
|
|
||||||
UninstPage uninstConfirm un.mui.ConfirmPre un.mui.ConfirmShow un.mui.ConfirmLeave "MUI_UNINSTALLBUTTON_CONFIRM"
|
UninstPage uninstConfirm un.mui.ConfirmPre un.mui.ConfirmShow un.mui.ConfirmLeave "MUI_UNINSTALLBUTTON_CONFIRM"
|
||||||
|
|
||||||
!ifndef MUI_NOVERBOSE & MUI_MANUALVERBOSE
|
!ifndef MUI_NOVERBOSE & MUI_MANUALVERBOSE
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue