Skip to content

Commit

Permalink
Add some missing CPACK_NSIS_xxx doc and move some to common CPack sec…
Browse files Browse the repository at this point in the history
…tion.
  • Loading branch information
TheErk committed Mar 6, 2012
1 parent 155e644 commit d4719a8
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 10 deletions.
14 changes: 14 additions & 0 deletions Modules/CPack.cmake
Expand Up @@ -101,6 +101,11 @@
##end
#
##variable
# CPACK_PACKAGE_ICON - A branding image that will be displayed inside
# the installer (used by GUI installers).
##end
#
##variable
# CPACK_PROJECT_CONFIG_FILE - CPack-time project CPack configuration
# file. This file included at cpack time, once per
# generator after CPack has set CPACK_GENERATOR to the actual generator
Expand Down Expand Up @@ -247,6 +252,15 @@
# CPACK_INSTALLED_DIRECTORIES - Extra directories to install.
##end
#
##variable
# CPACK_PACKAGE_INSTALL_REGISTRY_KEY - Registry key used when
# installing this project. This is only used
# by installer for Windows.
##end
##variable
# CPACK_CREATE_DESKTOP_LINKS - List of desktop links to create.
##end
#

#=============================================================================
# Copyright 2006-2009 Kitware, Inc.
Expand Down
19 changes: 9 additions & 10 deletions Modules/CPackNSIS.cmake
Expand Up @@ -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:
Expand All @@ -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
Expand Down Expand Up @@ -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.
Expand Down

0 comments on commit d4719a8

Please sign in to comment.