summaryrefslogtreecommitdiffstats
path: root/Help/release
diff options
context:
space:
mode:
authorMichael Stürmer <michael.stuermer@schaeffler.com>2016-07-20 13:27:01 (GMT)
committerNils Gladitz <nilsgladitz@gmail.com>2016-08-02 12:05:08 (GMT)
commite29bfbf272dbf4ea5f6a89084ec1f503fcf0e4f7 (patch)
treedf3878276790571e93f330ca5dcf9ffbfa8e8f0c /Help/release
parent55d9bfa9dd42912432eea3297507187084a7d154 (diff)
downloadCMake-e29bfbf272dbf4ea5f6a89084ec1f503fcf0e4f7.zip
CMake-e29bfbf272dbf4ea5f6a89084ec1f503fcf0e4f7.tar.gz
CMake-e29bfbf272dbf4ea5f6a89084ec1f503fcf0e4f7.tar.bz2
CPackWIX: Support custom title and description for the root feature
These can now be specified through the WIX generator specific CPack variables CPACK_WIX_ROOT_FEATURE_TITLE and CPACK_WIX_ROOT_FEATURE_DESCRIPTION.
Diffstat (limited to 'Help/release')
-rw-r--r--Help/release/dev/wix-root-description.rst7
1 files changed, 7 insertions, 0 deletions
diff --git a/Help/release/dev/wix-root-description.rst b/Help/release/dev/wix-root-description.rst
new file mode 100644
index 0000000..24afed2
--- /dev/null
+++ b/Help/release/dev/wix-root-description.rst
@@ -0,0 +1,7 @@
+wix-root-description
+--------------------
+
+* The CPack WIX generator now supports
+ :variable:`CPACK_WIX_ROOT_FEATURE_TITLE` and
+ :variable:`CPACK_WIX_ROOT_FEATURE_DESCRIPTION` to allow the specification
+ of a custom title and description for the root feature element.