summaryrefslogtreecommitdiffstats
path: root/Help
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2017-02-07 14:59:39 (GMT)
committerCMake Topic Stage <kwrobot@kitware.com>2017-02-07 14:59:39 (GMT)
commit4dbd03f6ef60a88e76b4a716782fb186c19fd6d6 (patch)
tree9ca412d8d2041517f4c09b7028b6e6844d4db10e /Help
parent7642ca21b7d21f41b41703a6d1bef1d6f3c1e564 (diff)
parent558a69fc90b5037c13c8335af41bbc9ec03b004e (diff)
downloadCMake-4dbd03f6ef60a88e76b4a716782fb186c19fd6d6.zip
CMake-4dbd03f6ef60a88e76b4a716782fb186c19fd6d6.tar.gz
CMake-4dbd03f6ef60a88e76b4a716782fb186c19fd6d6.tar.bz2
Merge topic 'wix-custom-root-id'
558a69fc CPackWIX: Introduce new CPACK_WIX_ROOT_FOLDER_ID variable
Diffstat (limited to 'Help')
-rw-r--r--Help/release/dev/wix-custom-root-id.rst7
1 files changed, 7 insertions, 0 deletions
diff --git a/Help/release/dev/wix-custom-root-id.rst b/Help/release/dev/wix-custom-root-id.rst
new file mode 100644
index 0000000..3e10fdd
--- /dev/null
+++ b/Help/release/dev/wix-custom-root-id.rst
@@ -0,0 +1,7 @@
+wix-custom-root-id
+------------------
+
+* The CPack WIX generator implemented a new
+ :variable:`CPACK_WIX_ROOT_FOLDER_ID` variable which allows
+ using a custom root folder ID instead of the default
+ ``ProgramFilesFolder`` / ``ProgramFiles64Folder``.