Setup: auto update vc redist (#2502)

This commit is contained in:
Fabian Dill
2024-01-18 01:52:33 +01:00
committed by GitHub
parent 602c2966fc
commit 834b6e35b4
2 changed files with 13 additions and 1 deletions

View File

@@ -197,7 +197,7 @@ begin
begin
// Is the installed version at least the packaged one ?
Log('VC Redist x64 Version : found ' + strVersion);
Result := (CompareStr(strVersion, 'v14.32.31332') < 0);
Result := (CompareStr(strVersion, 'v14.38.33130') < 0);
end
else
begin