Skip to content

Instantly share code, notes, and snippets.

@ChuckMichael
Last active June 10, 2026 19:49
Show Gist options
  • Select an option

  • Save ChuckMichael/7366c38f27e524add3c54f710678c98b to your computer and use it in GitHub Desktop.

Select an option

Save ChuckMichael/7366c38f27e524add3c54f710678c98b to your computer and use it in GitHub Desktop.
Visual C++ Redistributable Packages

Microsoft Visual C++ Redistributable Packages

Note

More information you can find on Microsoft documentation.

Tip

You can install all Visual C++ Redistributable Packages using only one command with winget! https://gist.github.com/ChuckMichael/d4221fd8681a7e962c8d37d623ff3145

Microsoft Visual C++ 2005 Redistributable Package

  • x64 8.0.61000 (EOL) Microsoft.VCRedist.2005.x64
  • x86 8.0.61001 (EOL) Microsoft.VCRedist.2005.x86

Microsoft Visual C++ 2008 Redistributable Package

  • x64 9.0.30729.6161 (EOL) Microsoft.VCRedist.2008.x64
  • x86 9.0.30729.6161 (EOL) Microsoft.VCRedist.2008.x86

Microsoft Visual C++ 2010 Redistributable Package

  • x64 10.0.40219.473 (EOL) Microsoft.VCRedist.2010.x64
  • x86 10.0.40219.473 (EOL) Microsoft.VCRedist.2010.x86

Microsoft Visual C++ 2012 Redistributable Package

  • x64 11.0.61030 (EOL) Microsoft.VCRedist.2012.x64
  • x86 11.0.61030 (EOL) Microsoft.VCRedist.2012.x86

Microsoft Visual C++ 2013 Redistributable Package

  • x64 12.0.40664 (EOL) Microsoft.VCRedist.2013.x64
  • x86 12.0.40664 (EOL) Microsoft.VCRedist.2013.x86

Microsoft Visual C++ v14 Redistributable Package

Previosly known as Visual C++ 2015-2022 Redistributable Package
The newest version is binary compatible with 2015,2017,2019,2022,2026. Support for Visual Studio 2015 ended on 15th October 2025.

  • x64 always lastest permalink (14.51.36247) Microsoft.VCRedist.2015+.x64
  • x86 always lastest permalink (14.51.36247) Microsoft.VCRedist.2015+.x86
@Lloyd-koutele

Copy link
Copy Markdown

Merci !!!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment