
601,628
Downloads
388,973
Downloads of v 9.0.30729.6161
1/19/2016
Last update
The Microsoft Visual C++ 2008 SP1 Redistributable Package installs runtime components of Visual C++ Libraries required to run applications developed with Visual C++ SP1 on a computer that does not have Visual C++ 2008 SP1 installed.
This package installs runtime components of C Runtime (CRT), Standard C++, ATL, MFC, OpenMP and MSDIA libraries. For libraries that support side-by-side deployment model (CRT, SCL, ATL, MFC, OpenMP) they are installed into the native assembly cache, also called WinSxS folder, on versions of Windows operating system that support side-by-side assemblies.
This will install both the 32 and 64 bit versions on a 64 bit OS. The 32 bit version will only be installed on a 32 bit OS.
To install Microsoft Visual C++ 2008 SP1 Redistributable Package, run the following command from the command line or from PowerShell:
C:\> choco install vcredist2008
To upgrade Microsoft Visual C++ 2008 SP1 Redistributable Package, run the following command from the command line or from PowerShell:
C:\> choco upgrade vcredist2008
Files
Hide- tools\chocolateyInstall.ps1
Show
$packageName = 'vcredist2008' $installerType = 'exe' $url = 'https://download.microsoft.com/download/5/D/8/5D8C65CB-C849-4025-8E95-C3966CAFD8AE/vcredist_x86.exe' $checksum = '470640aa4bb7db8e69196b5edb0010933569e98d' $checksumType = 'sha1' $url64 = 'https://download.microsoft.com/download/5/D/8/5D8C65CB-C849-4025-8E95-C3966CAFD8AE/vcredist_x64.exe' $checksum64 = 'a7c83077b8a28d409e36316d2d7321fa0ccdb7e8' $checksumType64 = 'sha1' $silentArgs = '/Q' $validExitCodes = @(0,3010) # http://msdn.microsoft.com/en-us/library/aa368542(VS.85).aspx Install-ChocolateyPackage -PackageName "$packageName" ` -FileType "$installerType" ` -Url "$url" ` -Url64bit "$url64" ` -SilentArgs "$silentArgs" ` -ValidExitCodes $validExitCodes ` -Checksum "$checksum" ` -ChecksumType "$checksumType" ` -Checksum64 "$checksum64" ` -ChecksumType64 "$checksumType64" if (Get-ProcessorBits 64) { Install-ChocolateyPackage -PackageName "$packageName" ` -FileType "$installerType" ` -Url "$url" ` -SilentArgs "$silentArgs" ` -ValidExitCodes $validExitCodes ` -Checksum "$checksum" ` -ChecksumType "$checksumType" }
- tools\chocolateyUninstall.ps1
Show
$packageName = 'vcredist2005' $packageSearch = "Microsoft Visual C++ 2008 Redistributable*" $installerType = 'msi' $silentArgs = '/quiet /qn /norestart' $validExitCodes = @(0,3010) # http://msdn.microsoft.com/en-us/library/aa368542(VS.85).aspx Get-ItemProperty -Path @( 'HKLM:\Software\Wow6432Node\Microsoft\Windows\CurrentVersion\Uninstall\*', 'HKLM:\Software\Microsoft\Windows\CurrentVersion\Uninstall\*', 'HKCU:\Software\Microsoft\Windows\CurrentVersion\Uninstall\*' ) ` -ErrorAction:SilentlyContinue ` | Where-Object {$_.DisplayName -Like $packageSearch} ` | ForEach-Object {Uninstall-ChocolateyPackage -PackageName "$packageName" ` -FileType "$installerType" ` -SilentArgs "$($_.PSChildName) $silentArgs" ` -ValidExitCodes $validExitCodes}
Virus Scan Results
- vcredist2008.9.0.30729.6161.nupkg (d76c2ed348bf) - ## / 57 - Log in or click on link to see number of positives
- vcredist_x64.exe (b811f2c047a3) - ## / 60 - Log in or click on link to see number of positives
- vcredist_x86.exe (6b3e4c51c6c0) - ## / 61 - Log in or click on link to see number of positives
Dependencies
This package has no dependencies.
Package Maintainer(s)
Software Author(s)
Copyright
© Microsoft
Tags
Release Notes
Program
- MFC Security Update: A security issue has been identified leading to MFC application vulnerability in DLL planting due to MFC not specifying the full path to system/localization DLLs. You can protect your computer by installing this update from Microsoft. After you install this item, you may have to restart.
- KB Article: KB2538243
- Security bulletin: MS11-025
- Microsoft published: 6/7/2011
- Latest supported Visual C++ downloads
Package
- Built and uploaded by dtgm
Version History
Version | Downloads | Last updated | Status |
---|---|---|---|
Microsoft Visual C++ 2008 SP1 Redistributable Package 9.0.30729.6161 | 388973 | Tuesday, January 19, 2016 | approved |
Microsoft Visual C++ 2008 SP1 Redistributable Package 9.0.30729.4148 | 92367 | Tuesday, January 19, 2016 | approved |
Microsoft Visual C++ 2008 SP1 Redistributable Package 9.0.30729.17 | 1212 | Tuesday, January 19, 2016 | approved |
Microsoft Visual C++ 2008 Redistributable Package 9.0.30729.1 | 25898 | Monday, February 27, 2012 | |
Microsoft Visual C++ 2008 Redistributable Package 9.0.21022.8 | 93178 | Friday, August 28, 2015 | approved |
Discussion for the Microsoft Visual C++ 2008 SP1 Redistributable Package Package
Ground rules:
- This discussion is only about Microsoft Visual C++ 2008 SP1 Redistributable Package and the Microsoft Visual C++ 2008 SP1 Redistributable Package package. If you have feedback for Chocolatey, please contact the google group.
- This discussion will carry over multiple versions. If you have a comment about a particular version, please note that in your comments.
- The maintainers of this Chocolatey Package will be notified about new comments that are posted to this Disqus thread, however, it is NOT a guarantee that you will get a response. If you do not hear back from the maintainers after posting a message below, please follow up by using the link on the left side of this page or follow this link to contact maintainers. If you still hear nothing back, please follow the package triage process.
- Tell us what you love about the package or Microsoft Visual C++ 2008 SP1 Redistributable Package, or tell us what needs improvement.
- Share your experiences with the package, or extra configuration or gotchas that you've found.
- If you use a url, the comment will be flagged for moderation until you've been whitelisted. Disqus moderated comments are approved on a weekly schedule if not sooner. It could take between 1-5 days for your comment to show up.