diff options
author | Bill Hoffman <bill.hoffman@kitware.com> | 2007-09-18 19:16:21 (GMT) |
---|---|---|
committer | Bill Hoffman <bill.hoffman@kitware.com> | 2007-09-18 19:16:21 (GMT) |
commit | 0eba9b638f95a7574d66b70c321680555e72ae0f (patch) | |
tree | 028ce169eb1256b490618e2b055c1479883f412c /Modules/NSIS.InstallOptions.ini.in | |
parent | ec207513e4bfc1c3336850ed9cab8fdd7394fa76 (diff) | |
download | CMake-0eba9b638f95a7574d66b70c321680555e72ae0f.zip CMake-0eba9b638f95a7574d66b70c321680555e72ae0f.tar.gz CMake-0eba9b638f95a7574d66b70c321680555e72ae0f.tar.bz2 |
ENH: allow for desktop link to be created and fix chop of last char in PATH on uninstall
Diffstat (limited to 'Modules/NSIS.InstallOptions.ini.in')
-rw-r--r-- | Modules/NSIS.InstallOptions.ini.in | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/Modules/NSIS.InstallOptions.ini.in b/Modules/NSIS.InstallOptions.ini.in index aed2df9..d92d779 100644 --- a/Modules/NSIS.InstallOptions.ini.in +++ b/Modules/NSIS.InstallOptions.ini.in @@ -1,5 +1,5 @@ [Settings] -NumFields=4 +NumFields=5 [Field 1] Type=label @@ -35,3 +35,12 @@ Right=-1 Top=50 Bottom=60 State=0 + +[Field 5] +Type=CheckBox +Text=Create @CPACK_PACKAGE_NAME@ Desktop Icon +Left=0 +Right=-1 +Top=80 +Bottom=90 +State=0 |