From 8c81f263843aadff5550e97298836493b29aa96b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Luis=20=C3=81ngel=20San=20Mart=C3=ADn?= Date: Sun, 14 Mar 2021 19:44:47 +0100 Subject: [PATCH] Update vc redist params in inno setup --- ci/win/build_installer.iss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci/win/build_installer.iss b/ci/win/build_installer.iss index a9f08f69..8bad138b 100644 --- a/ci/win/build_installer.iss +++ b/ci/win/build_installer.iss @@ -106,7 +106,7 @@ LaunchYACReader=Start YACreader after finishing installation [Run] Filename: {tmp}\vc_redist.{#PLATFORM}.exe; \ -Parameters: "/q /passive /norestart /Q:a /c:""msiexec /q /i vcredist.msi"""; \ +Parameters: "/install /quiet /norestart"; \ StatusMsg: "Installing VC++ Redistributables..." Filename: {app}\{cm:AppLibrary}.exe; Description: {cm:LaunchYACReaderLibrary,{cm:AppLibrary}}; Flags: nowait postinstall skipifsilent