Skip to content

Commit 4b5ac3f

Browse files
committed
Update VC Redist
1 parent 72e5acf commit 4b5ac3f

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

factorio_inno_setup_38.iss

+1-1
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ begin
6767
begin
6868
// Is the installed version at least the packaged one ?
6969
Log('VC Redist x64 Version : found ' + strVersion);
70-
Result := (CompareStr(strVersion, 'v14.28.29325') < 0);
70+
Result := (CompareStr(strVersion, 'v14.29.30037') < 0);
7171
end
7272
else
7373
begin

inno_setup_38.iss

+1-1
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ begin
8282
begin
8383
// Is the installed version at least the packaged one ?
8484
Log('VC Redist x64 Version : found ' + strVersion);
85-
Result := (CompareStr(strVersion, 'v14.28.29325') < 0);
85+
Result := (CompareStr(strVersion, 'v14.29.30037') < 0);
8686
end
8787
else
8888
begin

inno_setup_39.iss

+1-1
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ begin
8282
begin
8383
// Is the installed version at least the packaged one ?
8484
Log('VC Redist x64 Version : found ' + strVersion);
85-
Result := (CompareStr(strVersion, 'v14.28.29325') < 0);
85+
Result := (CompareStr(strVersion, 'v14.29.30037') < 0);
8686
end
8787
else
8888
begin

0 commit comments

Comments
 (0)