summaryrefslogtreecommitdiffstats
path: root/Modules
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2016-08-03 13:20:38 (GMT)
committerCMake Topic Stage <kwrobot@kitware.com>2016-08-03 13:20:38 (GMT)
commit7b65e49529bbc384b2f241685d647f26ac041d5b (patch)
tree040fe686ff00ffc84e2fc86259358aef3be08c2c /Modules
parent8ba870bad6210ae2c053ae4f7c19bcb9d8312eab (diff)
parente29bfbf272dbf4ea5f6a89084ec1f503fcf0e4f7 (diff)
downloadCMake-7b65e49529bbc384b2f241685d647f26ac041d5b.zip
CMake-7b65e49529bbc384b2f241685d647f26ac041d5b.tar.gz
CMake-7b65e49529bbc384b2f241685d647f26ac041d5b.tar.bz2
Merge topic 'wix-root-description'
e29bfbf2 CPackWIX: Support custom title and description for the root feature
Diffstat (limited to 'Modules')
-rw-r--r--Modules/CPackWIX.cmake11
1 files changed, 11 insertions, 0 deletions
diff --git a/Modules/CPackWIX.cmake b/Modules/CPackWIX.cmake
index 3c90561..10926c0 100644
--- a/Modules/CPackWIX.cmake
+++ b/Modules/CPackWIX.cmake
@@ -237,6 +237,17 @@
# * ARPURLUPDATEINFO - Update information URL
# * ARPHELPTELEPHONE - Help and support telephone number
# * ARPSIZE - Size (in kilobytes) of the application
+#
+# .. variable:: CPACK_WIX_ROOT_FEATURE_TITLE
+#
+# Sets the name of the root install feature in the WIX installer. Same as
+# CPACK_COMPONENT_<compName>_DISPLAY_NAME for components.
+#
+# .. variable:: CPACK_WIX_ROOT_FEATURE_DESCRIPTION
+#
+# Sets the description of the root install feature in the WIX installer. Same as
+# CPACK_COMPONENT_<compName>_DESCRIPTION for components.
+#
#=============================================================================
# Copyright 2014-2015 Kitware, Inc.