Sp1 Redistributable Package %28x64%29 — Microsoft Visual C 2008
To deploy this via command line or SCCM:
vcredist_x64.exe /quiet /norestart
To get a return code (0 for success, 1638 for already installed, 3010 for reboot required):
vcredist_x64.exe /passive /norestart
A: The error might be for a different runtime (e.g., MSVCR100.dll for VS2010). Also, ensure you are not missing the x86 version if the game is 32-bit but your OS is 64-bit. Finally, try reinstalling the game itself, as it may have corrupted its local manifest files. To deploy this via command line or SCCM: vcredist_x64
Cause: Windows Installer service is corrupted.
Solution: Run the Windows Update Troubleshooter or run sfc /scannow in an elevated command prompt, then retry the installation. To get a return code (0 for success,
A: Absolutely. They are designed to be side-by-side. You can have 2005, 2008, 2010, 2012, 2013, 2015, 2017, 2019, and 2022 all installed simultaneously.
Run:
Get-WmiObject -Class Win32_Product | Where-Object $_.Name -like "*Visual C++ 2008*"
One of the most confusing aspects of the Visual C++ Redistributables is that multiple versions can coexist on the same computer. You can have the 2005, 2008, 2010, 2012, 2015, and 2022 packages installed simultaneously. They do not overwrite each other because each version contains uniquely named DLL files (e.g., msvcr90.dll for the 2008 version).
However, users often encounter issues when trying to install the Visual C++ 2008 SP1 x64 package on modern versions of Windows (like Windows 10 or 11). A: The error might be for a different runtime (e
Common Errors:
Despite its age, the VS2008 SP1 redistributable sometimes fails to install. Here are the most frequent issues: