question

JeanFranoisBotallaGambetta-0774 avatar image
0 Votes"
JeanFranoisBotallaGambetta-0774 asked TianyuSun-MSFT edited

Bootstrapper link for Visual C++ Runtime Libraries (vcredist) no more working for VS2015 (14)

We have a setup which is using a bootstrapper checking and fetching (if needed) the "Microsoft.Visual.C++.14.0.x64" prerequisite.

The official bootstrapper package installed on the setup build machine contains the following link:
<String Name="VCRedistX64">http://download.microsoft.com/download/d/2/4/d242c3fb-da5a-4542-ad66-f9661d0a8d19/vcredist_x64.exe</String>;

However this link doesn't seem to work anymore (there is a 404 - File or directory not found), which is failing our setup run.

Does this mean that the package is no more supported ? I though VS14 end of support was in 2025.
Do you see any others reasons ?

vs-setup
5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.

1 Answer

TianyuSun-MSFT avatar image
0 Votes"
TianyuSun-MSFT answered

Hello @JeanFranoisBotallaGambetta-0774 ,

Welcome to Microsoft Q&A forum.

Please kindly check if this link: https://aka.ms/vs/16/release/vc_redist.x64.exe could meet your requirement.

Details:

Refer to this document The latest supported Visual C++ downloads and the source link is provided for VS 2015.

Note Visual C++ 2015, 2017 and 2019 all share the same redistributable files.

Best Regards,
Tianyu


If the answer is helpful, please click "Accept Answer" and upvote it.
Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.

5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.