Update the MSVC redistributable link

It was linking to v14.0.24212, but #719 was fixed by installing
v14.0.24215.1, so link to it instead.
This commit is contained in:
Oliver Hamlet
2016-12-04 12:07:01 +00:00
parent 9eb7d264d8
commit 66c8976a46
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -295,7 +295,7 @@ end;
procedure InitializeWizard();
begin
if VCRedistNeedsInstall then begin
idpAddFile('http://download.microsoft.com/download/9/a/2/9a2a7e36-a8af-46c0-8a78-a5eb111eefe2/vc_redist.x86.exe', ExpandConstant('{tmp}\vc_redist.x86.exe'));
idpAddFile('https://download.microsoft.com/download/6/A/A/6AA4EDFF-645B-48C5-81CC-ED5963AEAD48/vc_redist.x86.exe', ExpandConstant('{tmp}\vc_redist.x86.exe'));
idpDownloadAfter(wpReady);
end