Custom leave function updates

git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@2336 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
kichik 2003-03-18 15:51:01 +00:00
parent 070d1f136a
commit 56507e9e34
4 changed files with 7 additions and 7 deletions

View file

@ -519,7 +519,7 @@
!endif
!ifdef MUI_WELCOMEPAGE
Page custom mui.Welcome "" "MUI_INSTALLBUTTON_WELCOME"
Page custom mui.Welcome "" "" "MUI_INSTALLBUTTON_WELCOME"
!endif
!ifndef MUI_NOVERBOSE && MUI_MANUALVERBOSE
@ -583,7 +583,7 @@
!endif
!ifdef MUI_STARTMENUPAGE
Page custom mui.Startmenu "" "MUI_INSTALLBUTTON_STARTMENU"
Page custom mui.Startmenu "" "" "MUI_INSTALLBUTTON_STARTMENU"
!endif
!ifndef MUI_NOVERBOSE && MUI_MANUALVERBOSE
@ -614,9 +614,9 @@
!ifdef MUI_FINISHPAGE
!ifdef MUI_FINISHPAGE_RUN | MUI_FINISHPAGE_SHOWREADME)
Page custom mui.Finish "" /ENABLECANCEL
Page custom mui.Finish /ENABLECANCEL
!else
Page custom mui.Finish ""
Page custom mui.Finish
!endif
!endif

View file

@ -51,7 +51,7 @@ ChangeUI IDD_INSTFILES "Resources\GUI\NSISUpdate.exe"
Icon "${NSISDIR}\Contrib\Icons\yi-simple2_install.ico"
Page custom UpdateMethod ": Update Method"
Page custom UpdateMethod "" ": Update Method"
Page instfiles
#####################################################################

View file

@ -13,7 +13,7 @@ Function .onVerifyInstDir
Abort
FunctionEnd
Page custom StartMenuGroupSelect ": Start Menu Folder"
Page custom StartMenuGroupSelect "" ": Start Menu Folder"
Function StartMenuGroupSelect
Push $R1

View file

@ -30,7 +30,7 @@ Use \R{abort}{Abort} from a built-in page's pre-function to skip the page, and f
Examples:
\c Page license skipLicense "" stayInLicense
\c Page custom customPage ": custom page"
\c Page custom customPage "" ": custom page"
\c Page instfiles
\c
\c Function skipLicense