From 2f7291d4798fce563c0460b301a1bb095ca599ca Mon Sep 17 00:00:00 2001 From: Celtic Minstrel Date: Wed, 10 Jun 2015 23:30:52 -0400 Subject: [PATCH] Make installer not put up the Repair/Uninstall dialog when installing MSVCRT --- src/BoE.vsproj/Installer/main.nsi | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/src/BoE.vsproj/Installer/main.nsi b/src/BoE.vsproj/Installer/main.nsi index da1b3105..a36f5847 100644 --- a/src/BoE.vsproj/Installer/main.nsi +++ b/src/BoE.vsproj/Installer/main.nsi @@ -48,9 +48,8 @@ Section "Blades of Exile" Section1 ; Install Visual Studio Redistributables File "..\Release\VCRedistInstall.exe" MessageBox MB_OK "Blades of Exile Installer will now launch the Microsoft Visual C++ \ - Redistributable installer, which is required to complete the installation. If it is already installed, \ - you may safely cancel." - ExecWait '$INSTDIR\VCRedistInstall.exe' + Redistributable installer, which is required to complete the installation." + ExecWait '$INSTDIR\VCRedistInstall.exe /passive' Delete "$INSTDIR\VCRedistInstall.exe" ; The executable file itself File "..\Release\Blades of Exile.exe"