[commit] r2781 - trunk/Install
GMESRC Repository Notifications
gme-commit at list.isis.vanderbilt.edu
Tue Apr 7 10:44:20 CDT 2020
Author: ksmyth
Date: Tue Apr 7 10:44:20 2020
New Revision: 2781
Log:
Upgrade VC runtime packages
Modified:
trunk/Install/GME_bundle.wxs
Modified: trunk/Install/GME_bundle.wxs
==============================================================================
--- trunk/Install/GME_bundle.wxs Tue Apr 7 10:44:15 2020 (r2780)
+++ trunk/Install/GME_bundle.wxs Tue Apr 7 10:44:20 2020 (r2781)
@@ -8,7 +8,7 @@
<?define Compressed="no" ?>
<?define Vc9RedistVersion="v9.0.30729.4148" ?>
<?define Vc10RedistVersion="v10.0.40219.325" ?>
-<?define VcRedistVersion="v14.0.24123" ?>
+<?define VcRedistVersion="v14.24.28127" ?>
<?include GME_inc.wxi ?>
@@ -149,7 +149,7 @@
Cache="no"
SuppressSignatureVerification="yes"
SourceFile="Redist\VCRedist_2015\vc_redist.x86.$(var.VcRedistVersion).exe"
- DownloadUrl="https://download.microsoft.com/download/0/6/4/064F84EA-D1DB-4EAA-9A5C-CC2F0FF6A638/vc_redist.x86.exe"
+ DownloadUrl="https://download.visualstudio.microsoft.com/download/pr/9307e627-aaac-42cb-a32a-a39e166ee8cb/E59AE3E886BD4571A811FE31A47959AE5C40D87C583F786816C60440252CD7EC/VC_redist.x86.exe"
/>
<ExePackage Id="vcredist_2015_x64.exe"
@@ -167,7 +167,7 @@
Cache="yes"
SuppressSignatureVerification="yes"
SourceFile="Redist\VCRedist_2015\vc_redist.x64.$(var.VcRedistVersion).exe"
- DownloadUrl="https://download.microsoft.com/download/0/6/4/064F84EA-D1DB-4EAA-9A5C-CC2F0FF6A638/vc_redist.x64.exe"
+ DownloadUrl="https://download.visualstudio.microsoft.com/download/pr/3b070396-b7fb-4eee-aa8b-102a23c3e4f4/40EA2955391C9EAE3E35619C4C24B5AAF3D17AEAA6D09424EE9672AA9372AEED/VC_redist.x64.exe"
/>
<MsuPackage Id="Win61_KB2999226_x64"
More information about the gme-commit
mailing list