Share via

error 0x80070643 installing vc_redist.x64

Michael Lacroix 0 Reputation points
2026-02-12T19:05:24.1166667+00:00

trying to instal lvc_redist.x64 and keep getting error 0x80070643 it looks like a path is missing

Windows for home | Other | Apps
0 comments No comments
{count} votes

2 answers

Sort by: Most helpful
  1. Lester Bernard Reyes 74,855 Reputation points Independent Advisor
    2026-02-13T00:35:36.6933333+00:00

    Hi, I'm Bernard, a fellow Windows user. I'm happy to help!

    May I know what particular version of Microsoft Visual C++ Redistributable you are trying to install? While waiting, kindly follow the steps below:

    Repair All Visual C++:

    Press the Windows key + R and type:

    appwiz.cpl

    Then press OK, Right-click each Microsoft Visual C++> Click Change> click Repair

    Note: Do this on all Visual C++. Restart the computer and check.

    Method 2. Download and install Visual C++ from the link below:

    Kindly download and install X86 and X64:

    https://learn.microsoft.com/en-us/cpp/windows/latest-supported-vc-redist?view=msvc-170

    Note: Once done, try to reinstall the software again. However, if all fails, this might be an issue with the app.

    Additional note: If the issue persists, a system repair might be necessary. Please let me know the Windows version and edition you have.

    To check: Go to Settings > System > About

    Under Windows specifications, please let me know the Windows version and edition you have.

    0 comments No comments

  2. Q&A Assist
    2026-02-12T19:05:33.8166667+00:00
    AI generated content. This question contains an answer created with AI from Q&A Assist. Learn more

    The error code 0x80070643 that you are encountering while trying to install vc_redist.x64 typically indicates that there is an issue with the installation process, which can often be related to a corrupted installation cache or a problem with the path used during installation.

    To resolve this issue, you can try the following steps:

    1. Check for Double Byte Characters: Ensure that the path where you are trying to install the Visual C++ Redistributable Package does not contain any double-byte characters. This can cause issues during installation.
    2. Run as Administrator: Make sure you are running the installer as an administrator. Right-click on the installer and select "Run as administrator".
    3. Clear Installation Cache: If the installation cache is corrupted, you can clear it by following these steps:
    • Close any running instances of Visual Studio.
    • Open an elevated Command Prompt (Run as administrator).
    • Navigate to the installation cache directory by typing cd C:\ProgramData\Package Cache.
    • Clear the cache by executing the commands:
    Delete /F /S *.msi
    Delete /F /S *.cab
    
    • Try installing the vc_redist.x64 again.
    1. Re-download the Installer: If the above steps do not work, consider downloading the Visual C++ Redistributable Package again from the official Microsoft website to ensure that the installer is not corrupted.

    If you continue to experience issues, please check for any additional error messages that may provide more context about the failure.

    0 comments No comments

Your answer

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