summaryrefslogtreecommitdiffstats
path: root/Help
diff options
context:
space:
mode:
authorKeith Holman <keith.holman@windriver.com>2017-04-21 14:42:35 (GMT)
committerBrad King <brad.king@kitware.com>2017-04-24 14:06:45 (GMT)
commit58cf9d417e8b3d4d76597b9950a5af4860d3512c (patch)
tree08aeb2a3bdf95f4d1af0c27efcbee4f0f9d49637 /Help
parent03628bb699956d92676c610e9a24d159aa591900 (diff)
downloadCMake-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.rst7
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.