Problems installing Visual Studio 2015 Community

-2

I installed the Visual Studio 2015 Community and every time I enter it requests a repair. I tried to uninstall but it does not allow.

Can anyone help uninstall Studio 2015 Community?

    
asked by anonymous 15.06.2016 / 13:41

2 answers

0

You have a way to force uninstall Visual Studio 2015, I'll show you how I proceeded some time ago when I had exactly the same problem:

C:\vs_ultimate.exe /uninstall /force

Run this command on your CMD . Warning that in my case this was the directory, it was located on the C: disk and I was using the Ultimate version.

You will have to put the board that corresponds to yours.

    
15.06.2016 / 16:00
-2

This in principle is due to the fact that you have your windows corrupted. Use the sfc / scannow command in cmd to report the system files and finally make a chkdsk to your c:

sfc /scannow
    
15.06.2016 / 14:13