Jump to content

Silent installs


Falo

Recommended Posts

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

Link to comment
Share on other sites

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
Link to comment
Share on other sites

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
Link to comment
Share on other sites

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

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...