diff --git a/wix/MoonlightSetup/Bundle.wxs b/wix/MoonlightSetup/Bundle.wxs index a99e840f..4fc7a005 100644 --- a/wix/MoonlightSetup/Bundle.wxs +++ b/wix/MoonlightSetup/Bundle.wxs @@ -1,5 +1,13 @@ + + + + + + + + @@ -54,6 +62,16 @@ Value="DesktopShortcutInstallState" Condition="HasDesktopShortcutInstallStateRegKey" /> + + + + - + InstallCommand="/install /quiet /norestart" + DownloadUrl="https://moonlight-stream.org/downloads/vcredist/$(var.VCREDIST_VER)/vcredist_x86.exe" + InstallCondition="NOT VersionNT64" + DetectCondition="VCREDIST_142_x86 >= v$(var.VCREDIST_VER)"> + + + + + + + + + + + +