vcredist_x86.exe /T:D:/Extract
vcredist_x64.exe /T:D:/Extract
after the extract you have a MSI to Deploy
msiexec.exe /QN /L* "%Logs%\%AppName%.msi.log" /i "vcredist.msi" REBOOT=REALLYSUPPRESS
Download the Microsoft Visual C++ 2005 SP1 Redistributable Package from http://www.microsoft.com/downloads/details.aspx?familyid=200B2FD9-AE1A-4A14-984D-389C36F85647&displaylang=en
Then have your script execute the vcredist_x86.exe /Q
Commandline switches are
/Q - Silent install
/C - Extract files. If you want to the MSi instead.
If you choose to use the MSI instead then you will need to extract it and use the following command to execute silently.
Links related to Microsoft Visual C++ 2005 Redistributable
Reviews (0)
Reviews related to Microsoft Visual C++ 2005 Redistributable
This website uses cookies.
By continuing to use this site and/or clicking the "Accept" button you are providing consent
Quest Software and its affiliates do NOT sell the Personal Data you provide to us either when you register on our
websites or when you do business with us. For more information about our
Privacy Policy and our data protection
efforts, please visit
GDPR-HQ