https://github.com/delthas/visual-redistribuables
Which Visual C++ Redistribuable should I install?
https://github.com/delthas/visual-redistribuables
documentation redistribuable visual-cpp visual-studio
Last synced: 3 months ago
JSON representation
Which Visual C++ Redistribuable should I install?
- Host: GitHub
- URL: https://github.com/delthas/visual-redistribuables
- Owner: delthas
- Created: 2020-02-10T21:41:10.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-02-10T21:46:35.000Z (over 6 years ago)
- Last Synced: 2025-01-11T02:48:29.450Z (over 1 year ago)
- Topics: documentation, redistribuable, visual-cpp, visual-studio
- Size: 0 Bytes
- Stars: 4
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Which **Visual C++ Redistribuable** should I install?
Search for your DLL here, then install the corresponding redistribuable.
*Download `x86` or/and `x64` first, then install the `update` if applicable.*
| Name | Download | Updates | DLLs (non-exhaustive) |
|--| -- | -- |--|
| Visual C++ 2008 | [x86](https://www.microsoft.com/en-us/download/details.aspx?id=29) — [x64](https://www.microsoft.com/en-us/download/details.aspx?id=15336) | [Update](https://www.microsoft.com/en-us/download/details.aspx?id=26368) | `atl90.dll` `mfc90.dll` `msvcp90.dll` `msvcr90.dll` `vcomp90.dll` |
| Visual C++ 2010 | [x86](https://www.microsoft.com/en-us/download/details.aspx?id=8328) — [x64](https://www.microsoft.com/en-us/download/details.aspx?id=13523) | [Update](https://www.microsoft.com/en-us/download/details.aspx?id=26999) | `atl100.dll` `mfc100.dll` `msvcp100.dll` `msvcr100.dll` `vcomp100.dll` |
| Visual C++ 2012 | [x86 & x64](https://www.microsoft.com/en-us/download/details.aspx?id=30679) | | `atl110.dll` `mfc110.dll` `msvcp110.dll` `msvcr110.dll` `vcomp110.dll` |
| Visual C++ 2013 | [x86 & x64](https://www.microsoft.com/en-us/download/details.aspx?id=40784) | | `mfc120.dll` `msvcp120.dll` `msvcr120.dll` `vcomp120.dll` |
| Visual C++ 2015, 2017, 2019 | [x86](https://aka.ms/vs/16/release/vc_redist.x86.exe) — [x64](https://aka.ms/vs/16/release/vc_redist.x64.exe) | | `mfc140.dll` `msvcp140.dll` `vcomp140.dll` `vcruntime140.dll` |
## Additional information
Microsoft maintains a list of [the latest supported Visual C++ downloads](https://support.microsoft.com/en-us/help/2977003/the-latest-supported-visual-c-downloads), along with their download links. Note that most of those links require you to login to your Microsoft account. It is highly unlikely that any of the old Visual C++ Redistribuables (2008, 2010, 2012, 2013) will ever be updated again.