Falo Posted April 15, 2015 Posted April 15, 2015 Hi!I made a new image with some silent installers:vcredist 2005, 2008, 2010, 2012 and 2013 both x64 and x86.I also had a silent for .net 4.5.1. It installed only vcredist x64No vcredist x86 or .net I use v1.5.3.20Any Ideas? /Falo Quote
Shodan2000 Posted April 15, 2015 Posted April 15, 2015 (edited) Hi, 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 Edited April 15, 2015 by Shodan2000 alfreire 1 Quote
Falo Posted April 15, 2015 Author Posted April 15, 2015 (edited) I used these switches: vcredist_x64 2005.exe /qvcredist_x86 2005.exe /qvcredist_x64 2008.exe /qvcredist_x86 2008.exe /qvcredist_x64 2010.exe /qvcredist_x86 2010.exe /qvcredist_x64 2012.exe /quiet /norestartvcredist_x86 2012.exe /quiet /norestartvcredist_x64 2013.exe /quiet /norestartvcredist_x86 2013.exe /quiet /norestart.net 4.5 /passive /norestart But only the x64 redists got installed not x86 or .netThe files is in WinToolkit_Apps folder as they should. /Falo Edited April 15, 2015 by Falo Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.