summaryrefslogtreecommitdiff
path: root/Modules/WIX.template.in
diff options
context:
space:
mode:
authorNils Gladitz <nilsgladitz@gmail.com>2013-11-19 21:38:09 +0100
committerNils Gladitz <nilsgladitz@gmail.com>2013-11-26 22:15:57 +0100
commit7b390f75e82ad79f6759656c52825c89e5c92902 (patch)
treef02ef0344b42aee09438326adf4cd5b6bb116bde /Modules/WIX.template.in
parent1da77bf1ee4f3ba315ebb00da2eaeac474614cad (diff)
downloadcmake-7b390f75e82ad79f6759656c52825c89e5c92902.tar.gz
CPackWiX: add CPack component support
Creates a hierarchy of WiX features from CPack components and component groups. Switch to the FeatureTree UI in case components have been defined. Handles the component REQUIRE and HIDDEN options and the component group EXPANDED option.
Diffstat (limited to 'Modules/WIX.template.in')
-rw-r--r--Modules/WIX.template.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/Modules/WIX.template.in b/Modules/WIX.template.in
index 0bc7e10ce9..59a75c75b5 100644
--- a/Modules/WIX.template.in
+++ b/Modules/WIX.template.in
@@ -39,6 +39,6 @@
<FeatureRef Id="ProductFeature"/>
- <UIRef Id="WixUI_InstallDir" />
+ <UIRef Id="$(var.CPACK_WIX_UI_REF)" />
</Product>
</Wix>