From be1158ad7886e46ba3fec8c53b80604e4a105aa9 Mon Sep 17 00:00:00 2001 From: Fabian Dill Date: Wed, 21 Sep 2022 17:53:33 +0200 Subject: [PATCH] Windows: update VC Redistributable to 14.32.31332 from 14.29.30037 --- inno_setup.iss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/inno_setup.iss b/inno_setup.iss index ff2da121..cfdfec7b 100644 --- a/inno_setup.iss +++ b/inno_setup.iss @@ -196,7 +196,7 @@ begin begin // Is the installed version at least the packaged one ? Log('VC Redist x64 Version : found ' + strVersion); - Result := (CompareStr(strVersion, 'v14.29.30037') < 0); + Result := (CompareStr(strVersion, 'v14.32.31332') < 0); end else begin