summaryrefslogtreecommitdiff
path: root/Modules/NSIS.InstallOptions.ini.in
diff options
context:
space:
mode:
authorBill Hoffman <bill.hoffman@kitware.com>2006-05-10 12:15:00 -0400
committerBill Hoffman <bill.hoffman@kitware.com>2006-05-10 12:15:00 -0400
commit5b3a2c84fc26bc74e36ecb187aa4456025fe45ea (patch)
treea7062f9386cd02f272d6494cdb27280a410aaa8a /Modules/NSIS.InstallOptions.ini.in
parentda8403a163358de3dab57fdd9a0cc3ec8fdf2b60 (diff)
downloadcmake-5b3a2c84fc26bc74e36ecb187aa4456025fe45ea.tar.gz
ENH: use radio buttons to choose PATH options
Diffstat (limited to 'Modules/NSIS.InstallOptions.ini.in')
-rw-r--r--Modules/NSIS.InstallOptions.ini.in22
1 files changed, 15 insertions, 7 deletions
diff --git a/Modules/NSIS.InstallOptions.ini.in b/Modules/NSIS.InstallOptions.ini.in
index 1472a519f4..aed2df9e74 100644
--- a/Modules/NSIS.InstallOptions.ini.in
+++ b/Modules/NSIS.InstallOptions.ini.in
@@ -1,5 +1,5 @@
[Settings]
-NumFields=3
+NumFields=4
[Field 1]
Type=label
@@ -10,20 +10,28 @@ Top=0
Bottom=20
[Field 2]
-Type=checkbox
-Text=Check this option to add the path to the system PATH
+Type=radiobutton
+Text=Do not add @CPACK_PACKAGE_NAME@ to the system PATH
Left=0
Right=-1
Top=30
Bottom=40
-State=0
+State=1
[Field 3]
-Type=checkbox
-Text=If administrator, add to the PATH for all users.
+Type=radiobutton
+Text=Add @CPACK_PACKAGE_NAME@ to the system PATH for all users
Left=0
Right=-1
Top=40
Bottom=50
-State=1
+State=0
+[Field 4]
+Type=radiobutton
+Text=Add @CPACK_PACKAGE_NAME@ to the system PATH for current user
+Left=0
+Right=-1
+Top=50
+Bottom=60
+State=0