check for already installed versions
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3004 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
parent
aaf63af9f6
commit
633f5928cd
2 changed files with 139 additions and 8 deletions
21
Examples/makensis.ini
Normal file
21
Examples/makensis.ini
Normal file
|
@ -0,0 +1,21 @@
|
|||
[Settings]
|
||||
NumFields=3
|
||||
[Field 1]
|
||||
Type=Label
|
||||
Left=0
|
||||
Right=-1
|
||||
Top=0
|
||||
Bottom=24
|
||||
[Field 2]
|
||||
Type=RadioButton
|
||||
Left=30
|
||||
Right=-1
|
||||
Top=50
|
||||
Bottom=58
|
||||
State=1
|
||||
[Field 3]
|
||||
Type=RadioButton
|
||||
Left=30
|
||||
Right=-1
|
||||
Top=70
|
||||
Bottom=78
|
Loading…
Add table
Add a link
Reference in a new issue