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

Jean-François Botalla-Gambetta 11 Reputation points
2021-05-26T11:57:09.457+00:00

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 ?

Developer technologies | Visual Studio | Setup
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Tianyu Sun-MSFT 34,441 Reputation points Microsoft External Staff
    2021-05-27T02:04:58.52+00:00

    Hello @Jean-François Botalla-Gambetta ,

    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.
    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.