a window pops up saying "the VC++ runtime redistributable package was not installed successfully" followed by error "16389". i've tried reinstalling Origin (i'm running it as administrator) but i can't repair the game itself--i can only see the option to download it....
I finally got mine to work. Check out my video for how I fixed my issue with the directX/not installed bug. Hope it helps my friend and make sure to
It does not cover cases where a user has installed some other application on the system that includes the VC 8.0 runtime redistributable merge modules (MSMs) as part of its MSI package. It also does not cover the case of Windows Vista, where the VC 8.0 runtime...
Hi Adrian Sheard - You're right - the "older" redistributable package has a higher version number than the "newer" one, and it is configured to automatically uninstall previous version numbers. You'll need to install the "older" one before the "newer" one to av...
The installer for the VC++ 2008 SP1 Redistributable has a fix for this issue, so you may be able to install that instead unless your application depends on the versions of the VC++ runtime files that are delivered in the original VC++ 2008 redistributable ...
These files are redistributed with VC++ package. So if you couldn't find these files, please check if you have installed the vc++ redistributable package with the right version.For example, MFC files are missing in vs2017, you could reinstall vs2017 with MFC features and check again....
If you currently use the VCRedist (our redistributable package files), then things will just work for you as they did before. The Visual Studio 2015 VCRedist package includes the above mentioned Windows Update packages, so simply installing the VCRedist will install both the Visual C++ libraries ...
Runtime installation. Moreover, when I succesfully instaled VC 10.0 Runtime fromMicrosoft Visual C++ 2010 Redistributable Package (x86)and rebooted machine the Agents installation still looked for VC 10.0 and still tried to install it without su...
Visual Studio C++ redistributable enter an alternate path to a folder containing the installation package 'vcruntimeMinimum_x.msi' Closed - Not Enough Info4 0Votes ARAamir Riyaz - Reported Apr 01, 2021 7:00 PM Package ...
Vcruntime140.dll is installed with Python 3.5.0 final, however not copied to virtual environments. Msvcp140.dll is not distributed with Python 3.5. Possible solutions: ship msvcp140.dll in the matplotlib package directory. Python and other packages might still fail to load, but that's not ...