summaryrefslogtreecommitdiffstats
path: root/Modules/WIX.template.in
diff options
context:
space:
mode:
authorNils Gladitz <nilsgladitz@gmail.com>2015-02-13 10:57:20 (GMT)
committerNils Gladitz <nilsgladitz@gmail.com>2015-02-13 11:09:40 (GMT)
commita2ccbffd8b4191f7b8b888fafde85eb5e7dbb2e4 (patch)
treee4a35e7260aebc98994b433362342a96a494bd8d /Modules/WIX.template.in
parent8d38ff05e2db3f3bd907f5a3c279fd116010e775 (diff)
downloadCMake-a2ccbffd8b4191f7b8b888fafde85eb5e7dbb2e4.zip
CMake-a2ccbffd8b4191f7b8b888fafde85eb5e7dbb2e4.tar.gz
CMake-a2ccbffd8b4191f7b8b888fafde85eb5e7dbb2e4.tar.bz2
CPackWIX: Extend the patching mechanism to allow adding content to <Product>.
Diffstat (limited to 'Modules/WIX.template.in')
-rw-r--r--Modules/WIX.template.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/Modules/WIX.template.in b/Modules/WIX.template.in
index bbb7c88..c4fc83a 100644
--- a/Modules/WIX.template.in
+++ b/Modules/WIX.template.in
@@ -42,5 +42,6 @@
<UIRef Id="$(var.CPACK_WIX_UI_REF)" />
<?include "properties.wxi"?>
+ <?include "product_fragment.wxi"?>
</Product>
</Wix>