From 66b36684ec16025dcbe61d8cb677e75b1d011c58 Mon Sep 17 00:00:00 2001 From: Cameron Gutman Date: Sun, 29 Nov 2020 17:23:48 -0600 Subject: [PATCH] Only download the CRT redistributable if it's newer than what is installed --- mish-setup/Bundle.wxs | 9 ++++++++- mish-setup/mish-setup.wixproj | 4 ++++ 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/mish-setup/Bundle.wxs b/mish-setup/Bundle.wxs index 0e3eb10..421ef10 100644 --- a/mish-setup/Bundle.wxs +++ b/mish-setup/Bundle.wxs @@ -1,6 +1,7 @@ + xmlns:bal="http://schemas.microsoft.com/wix/BalExtension" + xmlns:util="http://schemas.microsoft.com/wix/UtilExtension"> + + $(WixExtDir)\WixBalExtension.dll WixBalExtension + + $(WixExtDir)\WixUtilExtension.dll + WixUtilExtension +