Jump to content

Featured Replies

Posted

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 x64

No vcredist x86 or .net

 

I use v1.5.3.20

Any Ideas?

 

/Falo

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 by Shodan2000

  • Author

I used these switches:

 

vcredist_x64 2005.exe /q
vcredist_x86 2005.exe /q
vcredist_x64 2008.exe /q
vcredist_x86 2008.exe /q
vcredist_x64 2010.exe /q
vcredist_x86 2010.exe /q
vcredist_x64 2012.exe /quiet /norestart
vcredist_x86 2012.exe /quiet /norestart
vcredist_x64 2013.exe /quiet /norestart
vcredist_x86 2013.exe /quiet /norestart
.net 4.5 /passive /norestart

 

But only the x64 redists got installed not x86 or .net

The files is in WinToolkit_Apps folder as they should.

 

/Falo

Edited 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.

Guest
Reply to this topic...