How to install Microsoft VC++ redistributables silently in Inno Setup? I used the following code, most of the installation part is silent except the installation progress wi
Here is my solution:
Filename: "{tmp}\vc_redist.x86.exe"; Parameters: "/q /norestart"; \ Check: VCRedistNeedsInstall; StatusMsg: "Installing VC++ redistributables..."