Roman Z. - 2014-02-07

Just found old Visual C++ 2005 x86 runtimes. They DO run silently using "/q:a.." switch. But it seems that newer versions do not use it.
Example:
VC++ 2005 x86 runtime:
vcredist_x86.exe /q:a /c:"msiexec /i vcredist.msi /qn /l* %temp%\vcredist_x86.log"