From f504a069d786911943b139da778e1a24a0d8eaa0 Mon Sep 17 00:00:00 2001 From: Cameron Gutman Date: Fri, 5 Mar 2021 17:51:26 -0600 Subject: [PATCH] Update VCRedist version for VC 16.9 --- wix/MoonlightSetup/Bundle.wxs | 23 +++++++++++++---------- 1 file changed, 13 insertions(+), 10 deletions(-) diff --git a/wix/MoonlightSetup/Bundle.wxs b/wix/MoonlightSetup/Bundle.wxs index aca429f4..8947f4d2 100644 --- a/wix/MoonlightSetup/Bundle.wxs +++ b/wix/MoonlightSetup/Bundle.wxs @@ -1,14 +1,17 @@ - - - + + + + - - + + + - - + + + @@ -111,7 +114,7 @@ Permanent="yes" Vital="yes" InstallCommand="/install /quiet /norestart" - DownloadUrl="https://moonlight-stream.org/downloads/vcredist/$(var.VCREDIST_VER)/vcredist_x64.exe" + DownloadUrl="$(var.VCREDIST_X64_URL)" InstallCondition="NT_BUILD_STRING >< "amd64"" DetectCondition="VCREDIST_142_x64 >= v$(var.VCREDIST_VER)"> @@ -133,7 +136,7 @@ Permanent="yes" Vital="yes" InstallCommand="/install /quiet /norestart" - DownloadUrl="https://moonlight-stream.org/downloads/vcredist/$(var.VCREDIST_VER)/vcredist_arm64.exe" + DownloadUrl="$(var.VCREDIST_ARM64_URL)" InstallCondition="NT_BUILD_STRING >< "arm64"" DetectCondition="VCREDIST_142_ARM64 >= v$(var.VCREDIST_VER)">