vcredist_x86.exe /q:a /c:"VCREDI~1.EXE /q:a /c:""msiexec /i vcredist.msi /qn"" "In an Inno Setup script:
[Files] Source: {src}\bin\vcredist_x86.exe; DestDir: {app}\bin\; [Run] Filename: {app}\bin\vcredist_x86.exe; Parameters: "/q:a /c:""VCREDI~3.EXE /q:a /c:""""msiexec /i vcredist.msi /qn"""" """; WorkingDir: {app}\bin; StatusMsg: Installing Micosoft's C/C++ runtime ...References
- Update regarding silent install of the VC 8.0 runtime (vcredist) packages, Aaron Stebner's WebLog
- Inno Setup MSVC vcredist without bothering your users, Aron 2 Blue
- Choosing a Deployment Method, MSDN Library