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:
parent
070d1f136a
commit
56507e9e34
4 changed files with 7 additions and 7 deletions
|
@ -519,7 +519,7 @@
|
||||||
!endif
|
!endif
|
||||||
|
|
||||||
!ifdef MUI_WELCOMEPAGE
|
!ifdef MUI_WELCOMEPAGE
|
||||||
Page custom mui.Welcome "" "MUI_INSTALLBUTTON_WELCOME"
|
Page custom mui.Welcome "" "" "MUI_INSTALLBUTTON_WELCOME"
|
||||||
!endif
|
!endif
|
||||||
|
|
||||||
!ifndef MUI_NOVERBOSE && MUI_MANUALVERBOSE
|
!ifndef MUI_NOVERBOSE && MUI_MANUALVERBOSE
|
||||||
|
@ -583,7 +583,7 @@
|
||||||
!endif
|
!endif
|
||||||
|
|
||||||
!ifdef MUI_STARTMENUPAGE
|
!ifdef MUI_STARTMENUPAGE
|
||||||
Page custom mui.Startmenu "" "MUI_INSTALLBUTTON_STARTMENU"
|
Page custom mui.Startmenu "" "" "MUI_INSTALLBUTTON_STARTMENU"
|
||||||
!endif
|
!endif
|
||||||
|
|
||||||
!ifndef MUI_NOVERBOSE && MUI_MANUALVERBOSE
|
!ifndef MUI_NOVERBOSE && MUI_MANUALVERBOSE
|
||||||
|
@ -614,9 +614,9 @@
|
||||||
|
|
||||||
!ifdef MUI_FINISHPAGE
|
!ifdef MUI_FINISHPAGE
|
||||||
!ifdef MUI_FINISHPAGE_RUN | MUI_FINISHPAGE_SHOWREADME)
|
!ifdef MUI_FINISHPAGE_RUN | MUI_FINISHPAGE_SHOWREADME)
|
||||||
Page custom mui.Finish "" /ENABLECANCEL
|
Page custom mui.Finish /ENABLECANCEL
|
||||||
!else
|
!else
|
||||||
Page custom mui.Finish ""
|
Page custom mui.Finish
|
||||||
!endif
|
!endif
|
||||||
!endif
|
!endif
|
||||||
|
|
||||||
|
|
|
@ -51,7 +51,7 @@ ChangeUI IDD_INSTFILES "Resources\GUI\NSISUpdate.exe"
|
||||||
|
|
||||||
Icon "${NSISDIR}\Contrib\Icons\yi-simple2_install.ico"
|
Icon "${NSISDIR}\Contrib\Icons\yi-simple2_install.ico"
|
||||||
|
|
||||||
Page custom UpdateMethod ": Update Method"
|
Page custom UpdateMethod "" ": Update Method"
|
||||||
Page instfiles
|
Page instfiles
|
||||||
|
|
||||||
#####################################################################
|
#####################################################################
|
||||||
|
|
|
@ -13,7 +13,7 @@ Function .onVerifyInstDir
|
||||||
Abort
|
Abort
|
||||||
FunctionEnd
|
FunctionEnd
|
||||||
|
|
||||||
Page custom StartMenuGroupSelect ": Start Menu Folder"
|
Page custom StartMenuGroupSelect "" ": Start Menu Folder"
|
||||||
Function StartMenuGroupSelect
|
Function StartMenuGroupSelect
|
||||||
Push $R1
|
Push $R1
|
||||||
|
|
||||||
|
|
|
@ -30,7 +30,7 @@ Use \R{abort}{Abort} from a built-in page's pre-function to skip the page, and f
|
||||||
Examples:
|
Examples:
|
||||||
|
|
||||||
\c Page license skipLicense "" stayInLicense
|
\c Page license skipLicense "" stayInLicense
|
||||||
\c Page custom customPage ": custom page"
|
\c Page custom customPage "" ": custom page"
|
||||||
\c Page instfiles
|
\c Page instfiles
|
||||||
\c
|
\c
|
||||||
\c Function skipLicense
|
\c Function skipLicense
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue