would something similar to the commands posted here work for you?
http://blogs.msdn.com/aste
For x86: vcredist_x86.exe /q:a /c:"VCREDI~3.EXE /q:a /c:""msiexec /i vcredist.msi /qn"" "
For x64: vcredist_x64.exe /q:a /c:"VCREDI~2.EXE /q:a /c:""msiexec /i vcredist.msi /qn"" "
For ia64: vcredist_ia64.exe /q:a /c:"VCREDI~1.EXE /q:a /c:""msiexec /i vcredist.msi /qn"" "
Main Topics
Browse All Topics





by: v46nPosted on 2008-10-04 at 12:54:16ID: 22642065
ok the problem is actually with the command line im passing. The website i looked at must be wrong. Does anyone know the proper command line to install vcredist_x86.exe 2005 sp1. It works manually if i take the command line out.