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:
parent
262d92290f
commit
af7901423c
2
windows/ss.iss
Normal file → Executable file
2
windows/ss.iss
Normal file → Executable 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
|
||||
|
Loading…
x
Reference in New Issue
Block a user