summaryrefslogtreecommitdiffstats
path: root/Modules/CPackNSIS.cmake
diff options
context:
space:
mode:
authorEric NOULARD <eric.noulard@gmail.com>2012-03-27 05:55:02 (GMT)
committerEric NOULARD <eric.noulard@gmail.com>2012-03-27 05:55:02 (GMT)
commit8fe0da598172265594e43ca5f12e8698c7d13f25 (patch)
tree56d5b1fa3a703efdd2b473e6cd66df610da622ca /Modules/CPackNSIS.cmake
parent58db6ac2991ee00536f7aded84811f1e3eead906 (diff)
downloadCMake-8fe0da598172265594e43ca5f12e8698c7d13f25.zip
CMake-8fe0da598172265594e43ca5f12e8698c7d13f25.tar.gz
CMake-8fe0da598172265594e43ca5f12e8698c7d13f25.tar.bz2
Fix some doc typo and add an undocumented var.
Diffstat (limited to 'Modules/CPackNSIS.cmake')
-rw-r--r--Modules/CPackNSIS.cmake11
1 files changed, 8 insertions, 3 deletions
diff --git a/Modules/CPackNSIS.cmake b/Modules/CPackNSIS.cmake
index 7d9f29b..90f6536 100644
--- a/Modules/CPackNSIS.cmake
+++ b/Modules/CPackNSIS.cmake
@@ -15,16 +15,20 @@
##end
#
##variable
-# CPACK_NSIS_MUI_ICON - The icon file (.ico) for the generated
+# CPACK_NSIS_MUI_ICON - The icon file (<dot>ico) for the generated
# install program.
##end
#
##variable
-# CPACK_NSIS_MUI_UNIICON - The icon file (.ico) for the generated
+# CPACK_NSIS_MUI_UNIICON - The icon file (<dot>ico) for the generated
# uninstall program.
##end
#
##variable
+# CPACK_NSIS_INSTALLER_MUI_ICON_CODE - undocumented.
+##end
+#
+##variable
# CPACK_NSIS_EXTRA_INSTALL_COMMANDS - Extra NSIS commands that will
# be added to the install Section.
##end
@@ -40,7 +44,8 @@
##end
#
##variable
-# CPACK_NSIS_MODIFY_PATH - If this is set to "ON", then an extra page
+# CPACK_NSIS_MODIFY_PATH - Modify PATH toggle.
+# If this is set to "ON", then an extra page
# will appear in the installer that will allow the user to choose
# whether the program directory should be added to the system PATH
# variable.