Skip to content

Instantly share code, notes, and snippets.

@mmozeiko
Last active April 21, 2024 11:16
Show Gist options
  • Star 98 You must be signed in to star a gist
  • Fork 30 You must be signed in to fork a gist
  • Save mmozeiko/de5d9b756bd11b77db8bf4253bed8b3e to your computer and use it in GitHub Desktop.
Save mmozeiko/de5d9b756bd11b77db8bf4253bed8b3e to your computer and use it in GitHub Desktop.
Microsoft Visual C++ Redistributable Packages
@darklordk22
Copy link

where can i find vcredist c++ 2014?

Did you find it yet? I am also in need of it and unable to find it anywhere! Help!

@darklordk22
Copy link

There was never Visual Studio 2014 released: https://en.wikipedia.org/wiki/Microsoft_Visual_Studio#History

My Python pip installer keeps on asking for the 2014 version, what could be the problem?

@mmozeiko
Copy link
Author

Are you sure it is asking for 2014 version? Maybe it is asking for version 14. Which is VS 2015. See the Product name vs Version number columns in following table: https://en.wikipedia.org/wiki/Microsoft_Visual_Studio#History

@Squall-Leonhart
Copy link

Squall-Leonhart commented Jan 3, 2020

Several links are broken and also redundant.

VS2015 is supersceded by the 2017/2019 package
VS2010 is replaced by 2010SP1
out of the VS2005 and 2008 packages and their SP1's only the VS2008 links work.

@darklordk22
Copy link

darklordk22 commented Jan 4, 2020 via email

@almaniac
Copy link

Hello.

There is something that is missing here. Microsoft Visual C++ 2003 runtime does not have a package of it's own like later versions. When one wants to run a program that needs msvcrt71.dll (and in my case I wanted to run PBL Peeper) none of these packages fits.
The solution for me in Windows Server 2012r2 was to install the 106.2 MB package refered in this comment:
https://stackoverflow.com/questions/1596167/where-to-download-microsoft-visual-c-2003-redistributable
This is in fact the full install package for .NET 1.1 SDK.
It would be nice if you added this package to your repository.

Have a nice day!
João Jerónimo

There apparently never was a VS 2003 redistributable package. Instead it was included in the Mictsoft .NET 1.1 Redistiributable, which I was just able to download from here: https://www.microsoft.com/en-ca/download/confirmation.aspx?id=26

Good luck!

@BryanAldrich
Copy link

@Squall-Leonhart
Copy link

@almaniac

There was never a full inclusion of VS2003 Runtimes in the .Net Package 1.1 redist, all it included was MSVCR71, it did not include MFC71, MSVCP71 or ATL71 dlls, these were only installed by Visual Studio.Net/2003

@ahwm
Copy link

ahwm commented Jun 14, 2022

VS2010 is now here: https://www.microsoft.com/en-us/download/details.aspx?id=26999 and you choose which you want after clicking Download.

@fartwhif
Copy link

fartwhif commented Jul 28, 2022

VS 2005 SP1 MVC
is not the same as
VS 2005 SP1
and the one that Microsoft is still hosting, the MVC one, doesn't work for some software and prevents the software from running until the real one (the real one was taken down by Microsoft) is installed.....

GOOD THING IT'S REDISTRIBUTABLE!!!

good grief, Microsoft...

https://web.archive.org/web/20190419092632/https://download.microsoft.com/download/e/1/c/e1c773de-73ba-494a-a5ba-f24906ecf088/vcredist_x86.exe

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