Visual Studio 2015 Issues

Recently had an issue with an installation of Visual Studio 2015 that I did for some developers. Tried to resolve the issue by working through the errors in the logs, but to no avail. Uninstall

The easiest way to perform a clean uninstall is to run the force uninstall switch which will make sure that all remnants of Visual Studio are removed so a clean re-install will run without any old remnant of Visual Studio getting in the way.

Go to C:\Program Data\Package Cache.

In the search box in the top right hand side, type in vs_enterprise.exe and press enter. Right click on the search results and select Open File Location.

In the blank space, press shift then right click and select open command prompt here.

Run the following command to uninstall all components of Visual Studio no matter what:

vs_enterprise.exe /uninstall /force

Reboot the computer and then proceed to install Visual Studio 2015.