1
0
mirror of https://github.com/EDCD/EDMarketConnector.git synced 2025-04-17 01:22:19 +03:00

exe: .wxs - comment out VCRedist90, as python3.7.exe uses VC140 and things have changed

Since VS 2015 (either 140 or 141) Windows 10 should rely on the OS to
install VC runtime.  For Windows 8.1 and earlier:

	2. If you build software designed for use on Windows operating
	systems where the Universal CRT is not guaranteed to be
	installed (i.e., Windows 8.1 and below), your software will
	need to depend on the above mentioned Windows Update packages
	to install the Universal CRT.
<https://devblogs.microsoft.com/cppblog/introducing-the-universal-crt/>
This commit is contained in:
Athanasius 2019-09-25 18:45:56 +01:00
parent 6ed2c76a80
commit 8b388c7b0b

View File

@ -65,12 +65,14 @@
</InstallExecuteSequence>
<!-- Merge in C runtime -->
<!--
<DirectoryRef Id="TARGETDIR">
<Merge Id="VCRedist90" SourceFile="C:\Program Files (x86)\Common Files\Merge Modules\Microsoft_VC90_CRT_x86.msm" DiskId="1" Language="0"/>
</DirectoryRef>
<Feature Id="VCRedist90" Title="Visual C++ 9.0 Runtime" AllowAdvertise="no" Display="hidden" Level="1">
<MergeRef Id="VCRedist90"/>
</Feature>
-->
<!-- Launch app after upgrade -->
<Property Id="LAUNCH" Value="yes" />