From 1db13fbe2e937260cc91e9c393f6522799377577 Mon Sep 17 00:00:00 2001 From: Chris Kaczor Date: Sat, 29 Apr 2023 18:42:53 -0400 Subject: [PATCH] Update installer to detect .NET runtime --- Bootstrapper/Bootstrapper.wixproj | 12 ++++-------- Bootstrapper/Bundle.wxs | 21 ++++++++++++++++++--- 2 files changed, 22 insertions(+), 11 deletions(-) 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"> + + + +