'Visual C++ 2005 Redistributable

I have a software application called appTranslator that I have used for many years to manage language translations. It comes with a appTranslatorTESetup (Translator Edition) that i give our translators.

Today I supplied the download link to a user and he was not able to install it. The software was compiled in 2007 so I am assuming it was using the Visual C++ Redistributable 2005.

I looked at the official Microsoft page here. I can see:

  • Visual Studio 2015, 2017 and 2019
  • Visual Studio 2013
  • Visual Studio 2012
  • Visual Studio 2010
  • Visual Studio 2008 SP1

Concerning version 2008 it states:

Visual Studio 2008 reached end of support on April 10, 2018. To aid the discovery of the latest downloads, the links are retained currently, but may be removed in the future.

After another search I came up with:

Microsoft Visual C++ 2005 Service Pack 1 Redistributable Package MFC Security Update

Is this considered the latest official available edition?



Solution 1:[1]

I can confirm that the link I provided is the latest 2005 redist download.

And when my user installed it they were able to run appTranslatorTE.

It may be worth keeping a copy of these redist downloads for legacy app support.

As of 16-04-2022 the link is valid:

enter image description here


I do have some VS2005 Redist downloads on my DropBox folder in some languages:

enter image description here

Not sure of the est way to make these available for all as an alternative download.

Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source
Solution 1