I got a new computer and had to reinstall Visual Studio 2015 on it. Most of the time it went okay till the end. I got these warnings:
Microsoft Visual C++ 2015 Redistributable (x64) - 14.0.24210 : Another version of this product is already installed. Installation of this version cannot continue. To configure or remove the existing version of this product, use Add/Remove Programs in the Control Panel.
Update for Microsoft Visual Studio 2015 (KB3165756) Microsoft Visual C++ 2015 Redistributable (x64) - 14.0.24215 : The installer failed. Another version of this product is already installed. Installation of this version cannot continue. To configure or remove the existing version of this product, use Add/Remove Programs in the Control Panel. Error code: 0x80070666
Update for Microsoft Visual Studio 2015 (KB3165756) C++ 2015 Redistributable (x86) - 14.0.24215: The installer failed. Another version of this product is already installed. Installation of this version cannot continue. To configure or remove the existing version of this product, use Add/Remove Programs in the Control Panel. Error code: 0x80070666
From reading previous posts on here, it says to uninstall the updated version before installing this.
However, when going to add/remove list, I noticed that the only items that would be a conflict is Microsoft Visual C++ 2015-2022 Redistributable. That may have been installed by SQL server management studio. My question is that since the version I have covers from 2015-2022, can I ignore the warning given by the Visual Studio installer or do I have to uninstall the 2015-2022 version and try again?
VC++ redistributable are backwards compatible for the same major version. So the 2022 version will work in place of the 2015 version.
From MS: