Shodan2000
Members
-
Joined
-
Last visited
Reputation Activity
-
Shodan2000 got a reaction from alfreire in Silent installsHi,
this works perfectly for me (32 and 64 Bit) for the Visual Runtimes.
START /WAIT "Visual C++ 2005 SP1 Runtime x86" "%~dp0vcredist2005SP1_x86.exe" /q:aSTART /WAIT "Visual C++ 2005 SP1 Runtime x64" "%~dp0vcredist2005SP1_x64.exe" /q:aSTART /WAIT "Visual C++ 2008 SP1 Runtime x86" "%~dp0vcredist2008SP1_x86.exe" /q:aSTART /WAIT "Visual C++ 2008 SP1 Runtime x64" "%~dp0vcredist2008SP1_x64.exe" /q:aSTART /WAIT "Visual C++ 2010 SP1 Runtime x86" "%~dp0vcredist2010SP1_x86.exe" /passive /norestartSTART /WAIT "Visual C++ 2010 SP1 Runtime x86" "%~dp0vcredist2010SP1_x64.exe" /passive /norestartSTART /WAIT "Visual C++ 2012 Runtime x86" "%~dp0vcredist2012_x86.exe" /passive /norestartSTART /WAIT "Visual C++ 2012 Runtime x64" "%~dp0vcredist2012_x64.exe" /passive /norestart