new Install Options read/write ini macro's
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@1480 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
parent
593a511516
commit
b78169763c
5 changed files with 65 additions and 36 deletions
|
@ -1,11 +1,20 @@
|
|||
[Settings]
|
||||
NumFields=1
|
||||
NumFields=2
|
||||
BackEnabled=1
|
||||
|
||||
[Field 1]
|
||||
Type=label
|
||||
text=Instal Options Page C
|
||||
left=0
|
||||
right=350
|
||||
top=0
|
||||
bottom=25
|
||||
Text=Instal Options Page C
|
||||
Left=0
|
||||
Right=110
|
||||
Top=0
|
||||
Bottom=15
|
||||
|
||||
[Field 2]
|
||||
Type=checkbox
|
||||
Text=Display a MessageBox
|
||||
Left=0
|
||||
Right=125
|
||||
Top=40
|
||||
Bottom=55
|
||||
State=1
|
Loading…
Add table
Add a link
Reference in a new issue