test - io example update
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@1111 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
parent
cd49da434d
commit
654102c28c
3 changed files with 8 additions and 8 deletions
|
@ -127,10 +127,12 @@ Function SetPage
|
|||
!insertmacro MUI_PAGE_STOP 1
|
||||
|
||||
!insertmacro MUI_PAGE_START 2
|
||||
|
||||
!insertmacro MUI_HEADER_TEXT 1033 "Install Options A" "Create your own dialog!"
|
||||
WriteIniStr "$PLUGINSDIR\iniA.ini" "Settings" "Title" "${NAME} ${VERSION} Setup: Install Options A"
|
||||
WriteIniStr "$PLUGINSDIR\iniA.ini" "Settings" "CancelConfirm" "Are you sure you want to quit ${NAME} Setup?"
|
||||
WriteIniStr "$PLUGINSDIR\iniA.ini" "Settings" "CancelConfirmCaption" "${NAME} ${VERSION} Setup"
|
||||
WriteIniStr "$PLUGINSDIR\iniA.ini" "Settings" "CancelConfirmIcon" "MB_ICONWARNING"
|
||||
!insertmacro MUI_INSTALLOPTIONS_SHOW "iniA.ini"
|
||||
|
||||
!insertmacro MUI_PAGE_STOP 2
|
||||
|
||||
!insertmacro MUI_PAGE_START 3
|
||||
|
@ -142,10 +144,12 @@ Function SetPage
|
|||
!insertmacro MUI_PAGE_STOP 4
|
||||
|
||||
!insertmacro MUI_PAGE_START 5
|
||||
|
||||
!insertmacro MUI_HEADER_TEXT 1033 "Install Options B" "Create your own dialog!"
|
||||
WriteIniStr "$PLUGINSDIR\iniB.ini" "Settings" "Title" "${NAME} ${VERSION} Setup: Install Options B"
|
||||
WriteIniStr "$PLUGINSDIR\iniB.ini" "Settings" "CancelConfirm" "Are you sure you want to quit ${NAME} Setup?"
|
||||
WriteIniStr "$PLUGINSDIR\iniB.ini" "Settings" "CancelConfirmCaption" "${NAME} ${VERSION} Setup"
|
||||
WriteIniStr "$PLUGINSDIR\iniB.ini" "Settings" "CancelConfirmIcon" "MB_ICONWARNING"
|
||||
!insertmacro MUI_INSTALLOPTIONS_SHOW "iniB.ini"
|
||||
|
||||
!insertmacro MUI_PAGE_STOP 5
|
||||
|
||||
!insertmacro MUI_PAGE_START 6
|
||||
|
|
|
@ -1,6 +1,4 @@
|
|||
[Settings]
|
||||
Title=Setup
|
||||
CancelConfirm=Are you sure you want to cancel the Setup?
|
||||
NumFields=1
|
||||
BackEnabled=1
|
||||
BackButtonText=< Back
|
||||
|
|
|
@ -1,6 +1,4 @@
|
|||
[Settings]
|
||||
Title=Setup
|
||||
CancelConfirm=Are you sure you want to cancel the Setup?
|
||||
NumFields=1
|
||||
BackEnabled=1
|
||||
BackButtonText=< Back
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue