NSIS Update can update itself

git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@2180 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
joostverburg 2003-02-18 21:11:09 +00:00
parent 2ce75d8012
commit 804740a76c
2 changed files with 36 additions and 11 deletions

View file

@ -1,5 +1,5 @@
[Settings]
NumFields=4
NumFields=5
[Field 1]
Type=Label
Text=Welcome to NSIS Update. How would you like to update your NSIS files?
@ -12,20 +12,27 @@ Type=RadioButton
Text=Check for a new tested release
Left=20
Right=-1
Top=30
Bottom=38
Top=25
Bottom=33
State=1
[Field 3]
Type=RadioButton
Text=Download the latest untested development files, merge your changes
Left=20
Right=-1
Top=59
Bottom=67
Top=49
Bottom=57
[Field 4]
Type=RadioButton
Text=Download the latest untested development files, clean copy
Left=20
Right=-1
Top=88
Bottom=96
Top=73
Bottom=81
[Field 5]
Type=Label
Text=Please close all other NSIS utilities (including the NSIS Menu) before installing a new release or downloading development files, otherwise these utitilies can't be updated.
Left=0
Right=-1
Top=97
Bottom=113