Re: Error: The VC++ runtime redistributable package was not installed successfully.
@Predisposition It's best to manually reinstall the VC++ runtimes rather than allowing the installer to do so or trying to repair your existing versions. Start with the 2022 runtimes. Hit Windows key-i, select Apps, scroll down to the Microsoft Visual C++ Redistributables, click on any version from 2015 or later, and select Uninstall. Don't touch the older versions. You can download the newest runtimes directly from Microsoft:
https://docs.microsoft.com/en-US/cpp/windows/latest-supported-vc-redist?view=msvc-170
You'll need both the x86 and x64 versions of the 2015-2022 runtimes, but you can skip the ARM version, which is for a different class of device. Restart your computer after installing.
Repeat for the 2013 runtimes:
https://www.microsoft.com/en-us/download/details.aspx?id=40784
and then the 2010 runtimes if the above doesn't help:
https://www.microsoft.com/en-us/download/details.aspx?id=26999
In all cases, you need both the x86 and x64 versions, but not the other version, ARM or ia.