diff options
author | Keith Holman <keith.holman@windriver.com> | 2017-04-21 14:42:35 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2017-04-24 14:06:45 (GMT) |
commit | 58cf9d417e8b3d4d76597b9950a5af4860d3512c (patch) | |
tree | 08aeb2a3bdf95f4d1af0c27efcbee4f0f9d49637 /Help | |
parent | 03628bb699956d92676c610e9a24d159aa591900 (diff) | |
download | CMake-58cf9d417e8b3d4d76597b9950a5af4860d3512c.zip CMake-58cf9d417e8b3d4d76597b9950a5af4860d3512c.tar.gz CMake-58cf9d417e8b3d4d76597b9950a5af4860d3512c.tar.bz2 |
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>
Diffstat (limited to 'Help')
-rw-r--r-- | Help/release/dev/wix-attributes-patch.rst | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/Help/release/dev/wix-attributes-patch.rst b/Help/release/dev/wix-attributes-patch.rst new file mode 100644 index 0000000..e68d9f2 --- /dev/null +++ b/Help/release/dev/wix-attributes-patch.rst @@ -0,0 +1,7 @@ +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. |