Skip to content

Commit

Permalink
Setup: updated included VC Redist
Browse files Browse the repository at this point in the history
  • Loading branch information
Berserker66 committed Nov 25, 2023
1 parent 8a852ab commit 3c56f9b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion inno_setup.iss
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,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
Expand Down

0 comments on commit 3c56f9b

Please sign in to comment.