Skip to content

Commit

Permalink
Bump mimimal VC++ version to 14.42..34433
Browse files Browse the repository at this point in the history
  • Loading branch information
timoschwarzer authored Dec 15, 2024
1 parent 0c1121f commit 39028ff
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions dependencies.iss
Original file line number Diff line number Diff line change
Expand Up @@ -197,11 +197,11 @@ end;
procedure Dependency_AddVCppRuntime;
begin
// https://docs.microsoft.com/en-us/cpp/windows/latest-supported-vc-redist
if not IsMsiProductInstalled('{36F68A90-239C-34DF-B58C-64B30153CE35}', PackVersionComponents(14, 40, 33810, 0)) then begin
if not IsMsiProductInstalled('{36F68A90-239C-34DF-B58C-64B30153CE35}', PackVersionComponents(14, 42, 34433, 0)) then begin
Dependency_Add('vcredist2022_64.exe',
'/passive /norestart',
'Visual C++ 2015-2022 Redistributable (x64)',
'https://aka.ms/vs/17/release/vc_redist.x64.exe',
'', False, False);
end;
end;
end;

0 comments on commit 39028ff

Please sign in to comment.