diff --git a/Bootstrapper/Bootstrapper.wixproj b/Bootstrapper/Bootstrapper.wixproj
index 498dd71..b8375d0 100644
--- a/Bootstrapper/Bootstrapper.wixproj
+++ b/Bootstrapper/Bootstrapper.wixproj
@@ -37,6 +37,10 @@
$(WixExtDir)\WixNetFxExtension.dll
WixNetFxExtension
+
+ $(WixExtDir)\WixUtilExtension.dll
+ WixUtilExtension
+
@@ -66,12 +70,4 @@
-
\ No newline at end of file
diff --git a/Bootstrapper/Bundle.wxs b/Bootstrapper/Bundle.wxs
index 8ff2d68..483b79f 100644
--- a/Bootstrapper/Bundle.wxs
+++ b/Bootstrapper/Bundle.wxs
@@ -1,7 +1,8 @@
+ xmlns:bal="http://schemas.microsoft.com/wix/BalExtension"
+ xmlns:util="http://schemas.microsoft.com/wix/UtilExtension">
@@ -13,6 +14,18 @@
UpgradeCode="5e5c13a5-635e-4310-a653-0f9760f46935"
Compressed="no">
+
+
+
+