mirror of
https://github.com/Kitware/CMake.git
synced 2026-03-03 05:08:47 -06:00
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
8 lines
252 B
ReStructuredText
8 lines
252 B
ReStructuredText
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``.
|