summaryrefslogtreecommitdiffstats
path: root/Modules/NSIS.InstallOptions.ini.in
diff options
context:
space:
mode:
authorAndy Cedilnik <andy.cedilnik@kitware.com>2006-04-29 23:22:21 (GMT)
committerAndy Cedilnik <andy.cedilnik@kitware.com>2006-04-29 23:22:21 (GMT)
commit619ebce6cf2a0b03915387fb3c9bbd1cb39db795 (patch)
treef9af5d03d26d069359ff1c2ba9d4796943ba236f /Modules/NSIS.InstallOptions.ini.in
parent16d126675d78861c9b40632d9b6196a126719598 (diff)
downloadCMake-619ebce6cf2a0b03915387fb3c9bbd1cb39db795.zip
CMake-619ebce6cf2a0b03915387fb3c9bbd1cb39db795.tar.gz
CMake-619ebce6cf2a0b03915387fb3c9bbd1cb39db795.tar.bz2
ENH: Add NSIS options page for path selection, fix adding and removing from path, add welcome page and license page
Diffstat (limited to 'Modules/NSIS.InstallOptions.ini.in')
-rw-r--r--Modules/NSIS.InstallOptions.ini.in29
1 files changed, 29 insertions, 0 deletions
diff --git a/Modules/NSIS.InstallOptions.ini.in b/Modules/NSIS.InstallOptions.ini.in
new file mode 100644
index 0000000..1472a51
--- /dev/null
+++ b/Modules/NSIS.InstallOptions.ini.in
@@ -0,0 +1,29 @@
+[Settings]
+NumFields=3
+
+[Field 1]
+Type=label
+Text=By default @CPACK_PACKAGE_INSTALL_DIRECTORY@ does not add its directory to the system PATH.
+Left=0
+Right=-1
+Top=0
+Bottom=20
+
+[Field 2]
+Type=checkbox
+Text=Check this option to add the path to the system PATH
+Left=0
+Right=-1
+Top=30
+Bottom=40
+State=0
+
+[Field 3]
+Type=checkbox
+Text=If administrator, add to the PATH for all users.
+Left=0
+Right=-1
+Top=40
+Bottom=50
+State=1
+