summaryrefslogtreecommitdiffstats
path: root/Modules/WIX.template.in
diff options
context:
space:
mode:
authorNils Gladitz <nilsgladitz@gmail.com>2014-03-01 22:13:35 (GMT)
committerNils Gladitz <nilsgladitz@gmail.com>2014-03-01 22:13:35 (GMT)
commit378eb5b712bb8f131e62aa343e3ec27d446dc098 (patch)
tree5ca74a435df052798f9c6285486c90ba66ab8da5 /Modules/WIX.template.in
parentc0afb8867518e7b7ef17d5ce90f1a99051d2fd14 (diff)
downloadCMake-378eb5b712bb8f131e62aa343e3ec27d446dc098.zip
CMake-378eb5b712bb8f131e62aa343e3ec27d446dc098.tar.gz
CMake-378eb5b712bb8f131e62aa343e3ec27d446dc098.tar.bz2
CPackWIX: Allow Windows Installer property customization
Diffstat (limited to 'Modules/WIX.template.in')
-rw-r--r--Modules/WIX.template.in2
1 files changed, 2 insertions, 0 deletions
diff --git a/Modules/WIX.template.in b/Modules/WIX.template.in
index 59a75c7..bbb7c88 100644
--- a/Modules/WIX.template.in
+++ b/Modules/WIX.template.in
@@ -40,5 +40,7 @@
<FeatureRef Id="ProductFeature"/>
<UIRef Id="$(var.CPACK_WIX_UI_REF)" />
+
+ <?include "properties.wxi"?>
</Product>
</Wix>