diff options
Diffstat (limited to 'Modules/WIX.template.in')
-rw-r--r-- | Modules/WIX.template.in | 2 |
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> |