Sketchup fails to install on a Windows 10 machine when it tries installing the 'Visual C++ “14” Runtime Libraries (x64)".
I’m guessing this may be because Visual Studio 2015 and Visual Studio 2017 RC1 are installed on my system and whoever wrote the installer did not account for this configuration. Unfortunately, rather than continuing to install when it’s own version of the C++ runtime fails to install, it fails the entire installation.
Thank you for the link (could have used that without the passive aggressive comment).
Unfortunately, directly attempting to install the runtime fails too.
But now I know it’s more of an issue with Microsoft Visual Studio 2017 RC’s install… as in my program files there isn’t even a 2015 C++ redistributable there (super odd as I have MSVC 2015 installed as well).
So I force uninstalled the 2017 Redistributables and now all the installers are working okay.
This is clearly a Microsoft bug as all C++ redistributables are suppose to live side-by-side.
Again thank you for helping me troubleshoot… hopefully this will help other developers who have a similar issue.
I’ve seen this before with Microsoft. They don’t like you installing older versions. I had to uninstall my current version and then install the older one and finally reinstall the current one.