Skip to content

Commit a60c0b8

Browse files
committed
Updated VC++ Redistributable to 2017
1 parent cca2b19 commit a60c0b8

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

MediaPortal/Setup/Bootstrapper/Fragments/VCRedists.wxs

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -64,13 +64,13 @@
6464
Result="version"/>
6565

6666
<PackageGroup Id="redist_vc140">
67-
<ExePackage Id="VC2015_x86" Cache="yes" PerMachine="yes" Permanent="yes" Vital="yes" Compressed="no"
68-
Name="vcredist140_x86.exe"
69-
DownloadUrl="http://install.team-mediaportal.com/MP2/install/vcredist140_x86.exe"
67+
<ExePackage Id="VC2017_x86" Cache="yes" PerMachine="yes" Permanent="yes" Vital="yes" Compressed="no"
68+
Name="vcredist140_2017_x86.exe"
69+
DownloadUrl="http://install.team-mediaportal.com/MP2/install/vcredist140_2017_x86.exe"
7070
InstallCommand="/passive /norestart"
71-
InstallCondition="(NOT MFC140_Version_x86 >= v14.0.24215.0) OR NOT MFC140_Version_x86"
71+
InstallCondition="(NOT MFC140_Version_x86 >= v14.11.25325) OR NOT MFC140_Version_x86"
7272
Protocol="burn">
73-
<RemotePayload Description="Microsoft Visual C++ 2015 Redistributable (x86) - 14.0.24215" ProductName="Microsoft Visual C++ 2015 Redistributable (x86) - 14.0.24215" Size="14456872" Version="14.0.24215.0" Hash="72211BD2E7DFC91EA7C8FAC549C49C0543BA791B"/>
73+
<RemotePayload Description="Microsoft Visual C++ 2017 Redistributable (x86) - 14.11.25325" ProductName="Microsoft Visual C++ 2017 Redistributable (x86) - 14.11.25325" Size="14426128" Version="14.11.25325.0" Hash="370583C380C26064885289037380AF7D8D5F4E81"/>
7474
</ExePackage>
7575
</PackageGroup>
7676
</Fragment>

0 commit comments

Comments
 (0)