mirror of
https://github.com/Kitware/CMake.git
synced 2026-05-04 13:19:51 -05:00
193f17102f
By setting CPACK_WIX_CAB_PER_COMPONENT users can generate one .cab per component instead of one .cab per installer. WiX compresses .cab files in parallel. This may potentially speed up installer creation. May also allow larger installers (there is a 2GB per .cab limit).
7 lines
280 B
ReStructuredText
7 lines
280 B
ReStructuredText
wix-multi-cab
|
|
-------------
|
|
|
|
* :variable:`CPACK_WIX_CAB_PER_COMPONENT` allows CPack WIX opt-in generation of one
|
|
`.cab` file per component. Having multiple `.cab` files may improve the time it takes
|
|
to generate installers and may also work around per `.cab` size constraints.
|