new Page system
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@1539 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
parent
c700365ee8
commit
6a013ea16b
2 changed files with 44 additions and 120 deletions
|
@ -1,18 +1,6 @@
|
|||
[Settings]
|
||||
NumFields=6
|
||||
|
||||
Title=Test Install Setup: Testing Installer Options
|
||||
|
||||
; uncomment this to confirm on exit.
|
||||
; CancelConfirm=Are you sure you want to cancel the install?
|
||||
|
||||
; comment this out to hide the back button
|
||||
BackEnabled=1
|
||||
|
||||
; you can override the defaults here
|
||||
CancelButtonText=Cancel
|
||||
NextButtonText=Next >
|
||||
BackButtonText=< Back
|
||||
Title=Install Options Test Setup: Testing Installer Options
|
||||
|
||||
[Field 1]
|
||||
Type=checkbox
|
||||
|
@ -64,4 +52,4 @@ Left=0
|
|||
Right=-1
|
||||
Top=85
|
||||
Bottom=104
|
||||
Text=This is a label...
|
||||
Text=This is a label...
|
Loading…
Add table
Add a link
Reference in a new issue