From 4b5ac3f92666d07372ceba05b13c79dfb068205c Mon Sep 17 00:00:00 2001 From: Fabian Dill Date: Mon, 7 Jun 2021 11:53:33 +0200 Subject: [PATCH] Update VC Redist --- factorio_inno_setup_38.iss | 2 +- inno_setup_38.iss | 2 +- inno_setup_39.iss | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/factorio_inno_setup_38.iss b/factorio_inno_setup_38.iss index fc300e5f..60d5ad0c 100644 --- a/factorio_inno_setup_38.iss +++ b/factorio_inno_setup_38.iss @@ -67,7 +67,7 @@ begin begin // Is the installed version at least the packaged one ? Log('VC Redist x64 Version : found ' + strVersion); - Result := (CompareStr(strVersion, 'v14.28.29325') < 0); + Result := (CompareStr(strVersion, 'v14.29.30037') < 0); end else begin diff --git a/inno_setup_38.iss b/inno_setup_38.iss index ea404493..eb4a6ca6 100644 --- a/inno_setup_38.iss +++ b/inno_setup_38.iss @@ -82,7 +82,7 @@ begin begin // Is the installed version at least the packaged one ? Log('VC Redist x64 Version : found ' + strVersion); - Result := (CompareStr(strVersion, 'v14.28.29325') < 0); + Result := (CompareStr(strVersion, 'v14.29.30037') < 0); end else begin diff --git a/inno_setup_39.iss b/inno_setup_39.iss index 2157484f..a041d066 100644 --- a/inno_setup_39.iss +++ b/inno_setup_39.iss @@ -82,7 +82,7 @@ begin begin // Is the installed version at least the packaged one ? Log('VC Redist x64 Version : found ' + strVersion); - Result := (CompareStr(strVersion, 'v14.28.29325') < 0); + Result := (CompareStr(strVersion, 'v14.29.30037') < 0); end else begin