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.
This commit is contained in:
Salvo 'LtWorf' Tomaselli 2016-03-02 00:11:39 +01:00
parent 262d92290f
commit af7901423c

2
windows/ss.iss Normal file → Executable file
View File

@ -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