Modern UI 1.70
* Improved documentation * New Init custom function for Welcome and Finish page git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3473 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
parent
4a8e19199a
commit
956710c71d
16 changed files with 877 additions and 462 deletions
|
@ -1110,10 +1110,21 @@ Var MUI_TEMP2
|
|||
|
||||
!macroend
|
||||
|
||||
!macro MUI_WELCOMEFINISHPAGE_FUNCTION_CUSTOM
|
||||
|
||||
!ifdef MUI_WELCOMEFINISHPAGE_CUSTOMFUNCTION_INIT
|
||||
Call "${MUI_WELCOMEFINISHPAGE_CUSTOMFUNCTION_INIT}"
|
||||
!undef MUI_WELCOMEFINISHPAGE_CUSTOMFUNCTION_INIT
|
||||
!endif
|
||||
|
||||
!macroend
|
||||
|
||||
!macro MUI_FUNCTION_WELCOMEPAGE PRE LEAVE
|
||||
|
||||
Function "${PRE}"
|
||||
|
||||
!insertmacro MUI_WELCOMEFINISHPAGE_FUNCTION_CUSTOM
|
||||
|
||||
!insertmacro MUI_INSTALLOPTIONS_WRITE "ioSpecial.ini" "Settings" "NumFields" "3"
|
||||
!insertmacro MUI_INSTALLOPTIONS_WRITE "ioSpecial.ini" "Settings" "NextButtonText" ""
|
||||
!insertmacro MUI_INSTALLOPTIONS_WRITE "ioSpecial.ini" "Settings" "CancelEnabled" ""
|
||||
|
@ -1353,6 +1364,8 @@ Var MUI_TEMP2
|
|||
|
||||
Function "${PRE}"
|
||||
|
||||
!insertmacro MUI_WELCOMEFINISHPAGE_FUNCTION_CUSTOM
|
||||
|
||||
!insertmacro MUI_INSTALLOPTIONS_WRITE "ioSpecial.ini" "Settings" "NextButtonText" "${MUI_FINISHPAGE_BUTTON}"
|
||||
|
||||
!ifdef MUI_FINISHPAGE_ABORTWARNINGCHECK
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue