mirror of
https://github.com/Kitware/CMake.git
synced 2026-05-02 04:09:33 -05:00
558a69fc90
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``.
|