Posted April 15, 20159 yr 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
April 15, 20159 yr 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, 20159 yr by Shodan2000
April 15, 20159 yr Author 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, 20159 yr by Falo
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.