From e5558744855289630244422da61eea3636b437ae Mon Sep 17 00:00:00 2001 From: Cameron Gutman Date: Wed, 12 Jan 2022 19:07:34 -0600 Subject: [PATCH] Refactor WiX bundle description of VCRedist package --- wix/MoonlightSetup/Bundle.wxs | 36 +++++++++++++++++------------------ 1 file changed, 18 insertions(+), 18 deletions(-) diff --git a/wix/MoonlightSetup/Bundle.wxs b/wix/MoonlightSetup/Bundle.wxs index 8841ac58..803dc067 100644 --- a/wix/MoonlightSetup/Bundle.wxs +++ b/wix/MoonlightSetup/Bundle.wxs @@ -54,20 +54,20 @@ Value="DesktopShortcutInstallState" Condition="HasDesktopShortcutInstallStateRegKey" /> - + Variable="VCREDIST_14_x86" /> - + Variable="VCREDIST_14_x64" /> - + Variable="VCREDIST_14_ARM64" /> - + DetectCondition="VCREDIST_14_x86 >= v$(var.VCREDIST_VER)"> - @@ -101,7 +101,7 @@ - + DetectCondition="VCREDIST_14_x64 >= v$(var.VCREDIST_VER)"> - @@ -123,7 +123,7 @@ - + DetectCondition="VCREDIST_14_ARM64 >= v$(var.VCREDIST_VER)"> -