(Image is of VC 2015-2022 install error)

My friend asked me for some tech support with a Steam game which required an Unreal Engine themed Visual C++ installer. However, it stopped on VC 2019, and gave an error about a network resource. I tried uninstalling all other VC redists from 2015 to 2017, but 2017 did not want to repair or uninstall, but I had to use Revo Uninstaller to uninstall VC 2017. When I went to manually install VC 2015-2022, it gave me the same error for VC 2019 as with the Steam redist. What do I do?

Note: I tested this on my PC, and this does not happen. My friend’s laptop also uses Onedrive.

  • @[email protected]
    link
    fedilink
    4
    edit-2
    9 months ago

    Typically when this happens, you’d want to point the parh to the source files it’s asking for, but if you’re not able to provide the exact source file (due to product code/version differences) then you’ll need to get rid of the installation entries from the Windows Installer database.

    Try running this troubleshooter first, and if that doesn’t fix it you’ll have to look around for a copy of MSIZap and zap the entires from the database. Then do any manual cleanups and let the game reinstall the runtimes.

    If you’re not able to reinstall the runtimes via the official installer, you could also try this repacked AIO runtimes.

    • tester1121 (moved)OP
      link
      29 months ago

      The troubleshooter worked, it found a copy of VC 2019 and 2015, and the game now runs. Thank you!

  • @TheBSGamer
    link
    29 months ago

    Have you tried just browsing and pointing back to the installer that you downloaded for C++ 2019? Seems counter-intuitive but I’ve done that before and it works.