Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Direct link to VC++ 2010 SP1 Redistributable from custom installer

I have installer that contains vcredist_x86.exe / vcredist_x64.exe so if user machine does not have VC++ redistributable installed then I install it.

However, the size of vcredist_x86.exe / vcredist_x64.exe is quite large ~5MB, which may be a problem for a small application.

Is there a direct (and permanent) link to Microsoft site that I could use instead of adding vcredist files to my installer?

Or may be there is even better way to solve such problem?

P.S. I am aware that user machine would have to be online - this is OK.

like image 401
Alex Avatar asked Nov 18 '25 20:11

Alex


1 Answers

Here are the direct links for MSVC 2010 redists:

MSVC 2010 SP1 Redist x86 English http://download.microsoft.com/download/C/6/D/C6D0FD4E-9E53-4897-9B91-836EBA2AACD3/vcredist_x86.exe

MSVC 2010 SP1 Redist x64 English http://download.microsoft.com/download/A/8/0/A80747C3-41BD-45DF-B505-E9710D2744E0/vcredist_x64.exe

As you can see from those URLs, Microsoft is using UUIDs to index all their downloads, which looks like a good design decision and suggests that those links are indeed going to remain valid for a long time.

like image 127
gregschlom Avatar answered Nov 21 '25 08:11

gregschlom



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!