summaryrefslogtreecommitdiff
path: root/packaging/WiX/mysql_server.wxs.in
diff options
context:
space:
mode:
Diffstat (limited to 'packaging/WiX/mysql_server.wxs.in')
-rw-r--r--packaging/WiX/mysql_server.wxs.in8
1 files changed, 6 insertions, 2 deletions
diff --git a/packaging/WiX/mysql_server.wxs.in b/packaging/WiX/mysql_server.wxs.in
index 30baefbf64b..8c2b839c6e7 100644
--- a/packaging/WiX/mysql_server.wxs.in
+++ b/packaging/WiX/mysql_server.wxs.in
@@ -1,4 +1,5 @@
-<Wix xmlns="http://schemas.microsoft.com/wix/2006/wi">
+<Wix xmlns="http://schemas.microsoft.com/wix/2006/wi"
+ xmlns:util="http://schemas.microsoft.com/wix/UtilExtension">
<Product
Id="*"
UpgradeCode="49EB7A6A-1CEF-4A1E-9E89-B9A4993963E3"
@@ -78,5 +79,8 @@
<!--CPACK_WIX_COMPONENTS_GROUPS -->
@CPACK_WIX_COMPONENT_GROUPS@
+ <!--CPACK_WIX_INCLUDES -->
+ @CPACK_WIX_INCLUDES@
</Product>
-</Wix>
+
+</Wix> \ No newline at end of file