diff --git a/platforms/Windows/bundle/installer.wixproj b/platforms/Windows/bundle/installer.wixproj index 0e8d95cb..c5a70d9d 100644 --- a/platforms/Windows/bundle/installer.wixproj +++ b/platforms/Windows/bundle/installer.wixproj @@ -2,8 +2,12 @@ Bundle $(BundleCompressionLevel) + $(VSVersion.Split('.')[0]) + https://aka.ms/vs/$(VSMajorVersion)/release/vc_redist.$(ProductArchitecture).exe $(DefineConstants); + VCRedistInstaller=$(VCRedistInstaller); + VCRedistDownloadUrl=$(VCRedistDownloadUrl); INCLUDE_X86_SDK=$(INCLUDE_X86_SDK); INCLUDE_ARM64_SDK=$(INCLUDE_ARM64_SDK); diff --git a/platforms/Windows/bundle/installer.wxs b/platforms/Windows/bundle/installer.wxs index 95f0a17a..a3ce5e4f 100644 --- a/platforms/Windows/bundle/installer.wxs +++ b/platforms/Windows/bundle/installer.wxs @@ -59,6 +59,16 @@ --> + + + + +