diff options
author | Nils Gladitz <nilsgladitz@gmail.com> | 2017-02-03 08:02:31 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2017-02-06 19:53:16 (GMT) |
commit | 558a69fc90b5037c13c8335af41bbc9ec03b004e (patch) | |
tree | 2b208eef1d91d71b7f08aeaaf0c2260f346dca9e /Help/release | |
parent | fddc01bab3352d12c0eba1ff781b359a7dec529c (diff) | |
download | CMake-558a69fc90b5037c13c8335af41bbc9ec03b004e.zip CMake-558a69fc90b5037c13c8335af41bbc9ec03b004e.tar.gz CMake-558a69fc90b5037c13c8335af41bbc9ec03b004e.tar.bz2 |
CPackWIX: Introduce new CPACK_WIX_ROOT_FOLDER_ID variable
The new variable allows specification of a custom root folder ID.
The implicit default is "ProgramFiles<64>Folder".
The "<64>" token is replaced by "" for 32-bit and "64" for 64-bit builds.
Inspired-By: Eric Backus
Fixes: #16573
Diffstat (limited to 'Help/release')
-rw-r--r-- | Help/release/dev/wix-custom-root-id.rst | 7 |
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``. |