diff options
author | Bill Hoffman <bill.hoffman@kitware.com> | 2006-05-10 16:15:00 (GMT) |
---|---|---|
committer | Bill Hoffman <bill.hoffman@kitware.com> | 2006-05-10 16:15:00 (GMT) |
commit | 5b3a2c84fc26bc74e36ecb187aa4456025fe45ea (patch) | |
tree | a7062f9386cd02f272d6494cdb27280a410aaa8a /Modules/NSIS.InstallOptions.ini.in | |
parent | da8403a163358de3dab57fdd9a0cc3ec8fdf2b60 (diff) | |
download | CMake-5b3a2c84fc26bc74e36ecb187aa4456025fe45ea.zip CMake-5b3a2c84fc26bc74e36ecb187aa4456025fe45ea.tar.gz CMake-5b3a2c84fc26bc74e36ecb187aa4456025fe45ea.tar.bz2 |
ENH: use radio buttons to choose PATH options
Diffstat (limited to 'Modules/NSIS.InstallOptions.ini.in')
-rw-r--r-- | Modules/NSIS.InstallOptions.ini.in | 22 |
1 files changed, 15 insertions, 7 deletions
diff --git a/Modules/NSIS.InstallOptions.ini.in b/Modules/NSIS.InstallOptions.ini.in index 1472a51..aed2df9 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 |