NSIS Update source
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@2179 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
parent
773f2f7e5a
commit
2ce75d8012
5 changed files with 363 additions and 0 deletions
BIN
Contrib/NSIS Update/Resources/GUI/NSISUpdate.exe
Normal file
BIN
Contrib/NSIS Update/Resources/GUI/NSISUpdate.exe
Normal file
Binary file not shown.
31
Contrib/NSIS Update/Resources/GUI/io.ini
Normal file
31
Contrib/NSIS Update/Resources/GUI/io.ini
Normal file
|
@ -0,0 +1,31 @@
|
|||
[Settings]
|
||||
NumFields=4
|
||||
[Field 1]
|
||||
Type=Label
|
||||
Text=Welcome to NSIS Update. How would you like to update your NSIS files?
|
||||
Left=0
|
||||
Right=-1
|
||||
Top=0
|
||||
Bottom=8
|
||||
[Field 2]
|
||||
Type=RadioButton
|
||||
Text=Check for a new tested release
|
||||
Left=20
|
||||
Right=-1
|
||||
Top=30
|
||||
Bottom=38
|
||||
State=1
|
||||
[Field 3]
|
||||
Type=RadioButton
|
||||
Text=Download the latest untested development files, merge your changes
|
||||
Left=20
|
||||
Right=-1
|
||||
Top=59
|
||||
Bottom=67
|
||||
[Field 4]
|
||||
Type=RadioButton
|
||||
Text=Download the latest untested development files, clean copy
|
||||
Left=20
|
||||
Right=-1
|
||||
Top=88
|
||||
Bottom=96
|
Loading…
Add table
Add a link
Reference in a new issue