How can I repair or remove the Microsoft Visual C++ 2015–2022 Redistributable?

0
3
Asked By MellowCedar42 On

I've been unable to repair or uninstall the Microsoft Visual C++ 2015–2022 Redistributable on my fully updated Windows 11 Home PC. Choosing Repair produces error 0x80070666, and Windows then asks for an installation package named "vc_runtimeAdditional_x86.msi" from an unavailable network location. What is the safest way to fix the missing installer reference or remove and reinstall the redistributable?

2 Answers

Answered By QuietMaple19 On

The network-resource message usually means Windows Installer is looking for the original MSI source, which is no longer available. If reinstalling the matching x86 package does not fix it, use Microsoft’s Program Install and Uninstall troubleshooter. Select the Visual C++ entry, let the tool remove the broken installer record, then install the latest x86 and x64 redistributables again. Avoid deleting registry entries manually.

Answered By PixelHarbor7 On

Download the current Visual C++ 2015–2022 Redistributable directly from Microsoft and run the x86 installer, since the missing package is vc_runtimeAdditional_x86.msi. Also install or repair the x64 version if it is present. Error 0x80070666 often means a newer version is already installed, so the installer may offer Repair rather than Install. Reboot afterward and check whether the entry can be removed normally.

Related Questions

LEAVE A REPLY

Please enter your comment!
Please enter your name here

This site uses Akismet to reduce spam. Learn how your comment data is processed.