improved user interface
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3374 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
parent
66151af376
commit
71bcd120d3
6 changed files with 276 additions and 254 deletions
60
Contrib/NSIS Update/Method.ini
Normal file
60
Contrib/NSIS Update/Method.ini
Normal file
|
@ -0,0 +1,60 @@
|
|||
[Settings]
|
||||
NumFields=7
|
||||
|
||||
[Field 1]
|
||||
Type=RadioButton
|
||||
Text=Check for a new tested release (recommended)
|
||||
State=1
|
||||
Left=4
|
||||
Right=-73
|
||||
Top=4
|
||||
Bottom=12
|
||||
|
||||
[Field 2]
|
||||
Type=RadioButton
|
||||
Text=Download the latest development files and merge your changes
|
||||
Left=4
|
||||
Right=-41
|
||||
Top=38
|
||||
Bottom=46
|
||||
|
||||
[Field 3]
|
||||
Type=RadioButton
|
||||
Text=Download a clean copy of the latest development files
|
||||
Left=4
|
||||
Right=-9
|
||||
Top=87
|
||||
Bottom=95
|
||||
|
||||
[Field 4]
|
||||
Type=Label
|
||||
Text=Checks the NSIS Website for a new tested NSIS release.
|
||||
Left=21
|
||||
Right=303
|
||||
Top=19
|
||||
Bottom=27
|
||||
|
||||
[Field 5]
|
||||
Type=Label
|
||||
Text=Downloads the development files from the CVS server. Use them to test the latest cutting-edge features and bugfixes. Not recommended for production environments. This update option merges changes you made in text files.
|
||||
Left=21
|
||||
Right=303
|
||||
Top=52
|
||||
Bottom=81
|
||||
|
||||
[Field 6]
|
||||
Type=Label
|
||||
Text=Same as the options above, but removes any changes you made in the NSIS files.
|
||||
Left=21
|
||||
Right=300
|
||||
Top=102
|
||||
Bottom=110
|
||||
|
||||
[Field 7]
|
||||
Type=Label
|
||||
Text=Important: Please close all other NSIS utilities before updating.
|
||||
Left=5
|
||||
Right=-9
|
||||
Top=126
|
||||
Bottom=137
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue