Skip to content

Wix attributes patch

K requested to merge k/cmake:wix-attributes-patch into master

This is a fix for Issue #16813 (closed) .

It allows to add attributes to the generated WiX source files by adding attributes to the: CPackWiXFragment. Allowing for the acceptance of more than just the Id attribute. The purpose is allowing a mechanism to the AllowAdvertise="no" option for features to hide the This feature will be installed when required option that appears in the list for all components and component groups when displaying the "custom options" dialog in a MSI package. There is also a small fix to rename a function that had a spelling error in it.

cmake_option_removal

Merge request reports