This commit was generated by cvs2svn to compensate for changes in r2,
which included commits to RCS files with non-trunk default branches. git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@625 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
parent
9b3b220a13
commit
3e9e73ec59
177 changed files with 37677 additions and 0 deletions
67
Contrib/InstallOptions/test.ini
Normal file
67
Contrib/InstallOptions/test.ini
Normal file
|
@ -0,0 +1,67 @@
|
|||
[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
|
||||
|
||||
[Field 1]
|
||||
Type=checkbox
|
||||
text=Install support for X
|
||||
left=0
|
||||
right=300
|
||||
top=0
|
||||
bottom=15
|
||||
state=0
|
||||
|
||||
[Field 2]
|
||||
Type=checkbox
|
||||
text=Install support for Y
|
||||
left=0
|
||||
right=300
|
||||
top=15
|
||||
bottom=30
|
||||
state=1
|
||||
|
||||
[Field 3]
|
||||
Type=checkbox
|
||||
text=Install support for Z
|
||||
left=0
|
||||
right=300
|
||||
top=30
|
||||
bottom=45
|
||||
state=0
|
||||
|
||||
[Field 4]
|
||||
Type=FileRequest
|
||||
State=C:\poop.poop
|
||||
Left=0
|
||||
Right=-1
|
||||
Top=45
|
||||
Bottom=64
|
||||
Filter=Poop Files|*.poop|All files|*.*
|
||||
Flags=FILE_MUST_EXIST|OFN_EXPLORER|OFN_HIDEREADONLY
|
||||
|
||||
[Field 5]
|
||||
Type=DirRequest
|
||||
Left=0
|
||||
Right=-1
|
||||
Top=65
|
||||
Bottom=84
|
||||
|
||||
[Field 6]
|
||||
Type=Label
|
||||
Left=0
|
||||
Right=-1
|
||||
Top=85
|
||||
Bottom=104
|
||||
Text=This is a label...
|
Loading…
Add table
Add a link
Reference in a new issue