Need to delete and reinstall the visual runtimes, but it says that there isn't a source, so it can't be removed. Any idea how to fix?

Blake Mills 0 Reputation points
2024-10-04T22:08:27.48+00:00

User's image

Screenshot 2024-10-04 180728

User's image

Visual Studio
Visual Studio
A family of Microsoft suites of integrated development tools for building applications for Windows, the web and mobile devices.
5,133 questions
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,043 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Tianyu Sun-MSFT 30,651 Reputation points Microsoft Vendor
    2024-10-07T03:56:55.7266667+00:00

    Hello @Blake Mills,

    Please try following and let us know if it works:

    1. Try to download and run troubleshooter tool, select Uninstalling, check if any installed runtime lists there, try to uninstall it, and then reinstall the new runtime. User's image
    2. If troubleshooter tool doesn’t work, try suggestions shared by Brynne Stevens here: Incapable of uninstalling or repairing C++ redistributables.
    3. @RLWA32 shared another suggestion here, you can have a try. Download and install Windows 7.1 SDK. Search Registry Editor in Windows Search box and open it as admin, expand the directory: Computer\HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\. You should check the GUIDs one by one, focus on the DisplayName and find the corresponding runtime or redistributable package, for example User's image Search CMD in Windows Search box and run it as admin. Run following command: "C:\Program Files\Microsoft SDKs\Windows\v7.1\Bin\MsiZap.Exe" T {ad8a2fa1-06e7-4b0d-927d-6e54b3d31028} User's image Kindly note, the command format is like Path_To_MsiZap.exe T {GUID}, do not use the same command which I shared above, it's just an example. You should replace the GUID with the correct GUID that you find on your machine. Since it's about modifying Registry, I strongly suggest you backup the Registry before you remove anything.

    Have a nice day.

    Sincerely,

    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.