diff options
author | Eric NOULARD <eric.noulard@gmail.com> | 2012-03-06 22:23:08 (GMT) |
---|---|---|
committer | Eric NOULARD <eric.noulard@gmail.com> | 2012-03-06 22:23:08 (GMT) |
commit | d4719a8d369466eae7aa4d9491a4729376292e3c (patch) | |
tree | 637c91e7093d7cba95df041dcd83327d46d2ecdb /Modules/CPackNSIS.cmake | |
parent | 155e6443657800eeb9e4dd20aa00a21b4610148e (diff) | |
download | CMake-d4719a8d369466eae7aa4d9491a4729376292e3c.zip CMake-d4719a8d369466eae7aa4d9491a4729376292e3c.tar.gz CMake-d4719a8d369466eae7aa4d9491a4729376292e3c.tar.bz2 |
Add some missing CPACK_NSIS_xxx doc and move some to common CPack section.
Diffstat (limited to 'Modules/CPackNSIS.cmake')
-rw-r--r-- | Modules/CPackNSIS.cmake | 19 |
1 files changed, 9 insertions, 10 deletions
diff --git a/Modules/CPackNSIS.cmake b/Modules/CPackNSIS.cmake index 97179d7..7d9f29b 100644 --- a/Modules/CPackNSIS.cmake +++ b/Modules/CPackNSIS.cmake @@ -8,11 +8,6 @@ ##end # ##variable -# CPACK_PACKAGE_INSTALL_REGISTRY_KEY - Registry key used when -# installing this project. -##end -# -##variable # CPACK_NSIS_INSTALL_ROOT - The default installation directory presented # to the end user by the NSIS installer is under this root dir. The full # directory presented to the end user is: @@ -30,11 +25,6 @@ ##end # ##variable -# CPACK_PACKAGE_ICON - A branding image that will be displayed inside -# the installer. -##end -# -##variable # CPACK_NSIS_EXTRA_INSTALL_COMMANDS - Extra NSIS commands that will # be added to the install Section. ##end @@ -107,6 +97,15 @@ # CPACK_NSIS_MUI_FINISHPAGE_RUN - Specify an executable to add an option # to run on the finish page of the NSIS installer. ##end +##variable +# CPACK_NSIS_MENU_LINKS - Specify links in [application] menu. +# This should contain a list of pair "link" "link name". The link +# may be an URL or a path relative to installation prefix. +# Like: +# set(CPACK_NSIS_MENU_LINKS +# "doc/cmake-@CMake_VERSION_MAJOR@.@CMake_VERSION_MINOR@/cmake.html" "CMake Help" +# "http://www.cmake.org" "CMake Web Site") +##end #============================================================================= # Copyright 2006-2009 Kitware, Inc. |