Files
CMake/Help/release/dev/wix-attributes-patch.rst
Keith Holman 58cf9d417e wix: adds ability to modify attributes with patch
Adds the ability to attributes to generated XML files for features with
the WiX patch system.  To modify attributes additional attributes may be
added within the 'CPackWixFragment' xml tag.

Fixes: #16813
Signed-off-by: Keith Holman <keith.holman@windriver.com>
2017-04-24 10:06:45 -04:00

8 lines
331 B
ReStructuredText

wix-attributes-patch
--------------------
* The patching system within the :module:`CPackWIX` module now allows the
ability to set additional attributes. This can be done by specifying
addional attributes with the ``CPackWiXFragment`` XML tag after the
``Id`` attribute. See the :variable:`CPACK_WIX_PATCH_FILE` variable.