Unable to install Microsoft Visual C++ 2015-2022 Redistributable (x64)

Asher Yost 20 Reputation points
2024-08-07T14:46:22.6633333+00:00

Recently I had an issue where my previous Microsoft Visual C++ 2015-2022 Redistributable (x64) wasn't working and I was unable to delete it. I have now solved this issue, however when trying to reinstall Microsoft Visual C++ 2015-2022 Redistributable (x64) using the Visual studio installer it fails. It says that I need to restart and try again however when I do the same error message pops up. My first thought is that it detects something with the old Microsoft Visual C++ 2015-2022 Redistributable (x64). But the program I used (Revo uninstaller) Got rid of all the previous files and everything to do the corrupted one. If anyone has had issues like this or knows the solution, please let me know. Thanks. Visual installer error.png

Visual Studio Setup
Visual Studio Setup
Visual Studio: A family of Microsoft suites of integrated development tools for building applications for Windows, the web and mobile devices.Setup: The procedures involved in preparing a software program or application to operate within a computer or mobile device.
1,039 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Tianyu Sun-MSFT 30,556 Reputation points Microsoft Vendor
    2024-08-08T08:24:05.98+00:00

    Hello @Asher Yost ,

    Please try to search and open Services in Windows Search box, scroll down, find Windows Installer, make sure that it’s running(double click it > Start). Run the setup file as administrator to continue installing.

    Not very sure if you want to install VS or just the Microsoft Visual C++ 2015-2022 Redistributable package. If you just want to install the Microsoft Visual C++ 2015-2022 Redistributable package, you can try to directly download and install it from here: Latest Microsoft Visual C++ Redistributable Version.

    About the old packages that you installed/uninstalled, you can use troubleshooter tool to check and confirm ↓

    Download and run troubleshooter, select Uninstalling, search and check, in the list. If you find following things then it means old versions are not uninstalled completely.

    Microsoft Visual C++ xxxx Xxx Additional Runtime – xx.xx.xxxxx

    Microsoft Visual C++ xxxx Xxx Debug Runtime – xx.xx.xxxxx

    Microsoft Visual C++ xxxx Xxx Minimum Runtime – xx.xx.xxxxx

    You can try to uninstall them by using troubleshooter tool.

    Besides, please try to update Windows OS, make sure that there’s no upgrade error. Run CMD as admin, run DISM.exe /Online /Cleanup-image /Restorehealth and sfc /scannow commands to fix any missing/corrupted system files.

    Please feel free to let us know the results:)

    Best Regards,

    Tianyu


    If the answer is the right solution, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment".

    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.


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.