From af7901423c22d9bc1971ce4790d0664b7a42c81d Mon Sep 17 00:00:00 2001 From: Salvo 'LtWorf' Tomaselli Date: Wed, 2 Mar 2016 00:11:39 +0100 Subject: [PATCH] C++ redistributable installed automatically. Rather than forcing the user to click next, and showing them the scary fail message if the library is already up to date, the command line parameters make the redistributable require no interaction. --- windows/ss.iss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) mode change 100644 => 100755 windows/ss.iss diff --git a/windows/ss.iss b/windows/ss.iss old mode 100644 new mode 100755 index 2196df0..92c204e --- a/windows/ss.iss +++ b/windows/ss.iss @@ -31,7 +31,7 @@ Name: "quicklaunchicon"; Description: "{cm:CreateQuickLaunchIcon}"; GroupDescrip [Run] ; add the Parameters, WorkingDir and StatusMsg as you wish, just keep here ; the conditional installation Check -Filename: "{tmp}\vcredist_x86.exe"; +Filename: "{tmp}\vcredist_x86.exe"; Parameters: "/passive /norestart"; [Files] Source: "dist\relational_gui.exe"; DestDir: "{app}"; Flags: ignoreversion