-1

I want to install Visual Studio Community edition. I currently have Visual Studio 2015 Express installed, but I do not have enough space on my computer to keep both.

So, I wanted to uninstall Visual Studio 2015 Express. I opened Control Panel, found Visual Studio, clicked to uninstall it, nothing happened. Visual Studio got out of the list and it did not even uninstall. It still inside my computer.

I opened IOBit Uninstaller, found Visual Studio, did the same thing and nothing happened. It does not uninstall.

I thought downloading its setup file and uninstalling it from there would be great, so I did it. When I opened the setup file, an error came up saying that (approx.) "One or more specific components were not found.".

There is a Package Cache folder on my computer and I always remove it to get enough free space. It seems like that the uninstaller was there. I cleaned the registry using CCleaner and finally opened the setup file. It did not show any uninstallation option. I chose install and it installed Update 1. I wanted to uninstall it after installation, same thing happened, it did not uninstall. I opened the setup file and uninstalled it, it was still there after uninstallation was complete. Everything was mixed, I tried force uninstall and it did not work.

I used these methods:

  • IOBit Uninstaller option
  • CMD option
  • The Visual Studio uninstaller on GitHub
  • Its setup file
  • Package Cache files
  • Registry editing, registry cleaning.

None worked! How can I uninstall Visual Studio Express 2015?

CodeCaster
  • 147,647
  • 23
  • 218
  • 272
  • 3
    This is not really a programming question, but download Revo Uninstaller and that will get rid of it. – maxshuty Dec 18 '15 at 14:11
  • Does it matter? Or you can't install Community edition because it throw some error? Which error? – Sinatr Dec 18 '15 at 14:11
  • you should contact support. https://www.visualstudio.com/en-us/support/support-overview-vs.aspx – M.kazem Akhgary Dec 18 '15 at 14:12
  • A project for my school was there, I want to get rid of messed up Express edition ASAP. Express edition on my computer does not work anymore and it takes a lot of space. – Sultanlı Əlif Dec 18 '15 at 14:13
  • 2
    Can the off-topic voters please [read the help center for "what is on-topic"](http://stackoverflow.com/help/on-topic), namely _"software tools commonly used by programmers"_? Thanks. – CodeCaster Dec 18 '15 at 14:14
  • 3
    @CodeCaster, this is an edge case. It *is* about a tool primarily used for programming, but installation issues do not fall squarely in on-topic territory on SO I believe. – Frédéric Hamidi Dec 18 '15 at 14:15
  • @maxshuty, question [fits](http://stackoverflow.com/help/on-topic) SO: *"software tools commonly used by programmers"*. I personally don't think it's a real problem. Any software may leave something after itself (some `AppData` folders, registry enters, dlls, etc). Clean re-install of Windows were and still recommended thing to do in such cases. – Sinatr Dec 18 '15 at 14:15
  • 3
    @Fred sure, but there's plenty of questions on tool (un)installations that are allowed. :) I think it fits nicely here. Anyway, OP: read the installation log. – CodeCaster Dec 18 '15 at 14:16
  • 3
    @CodeCaster not off topic really? then answer this question. – M.kazem Akhgary Dec 18 '15 at 14:16
  • 6
    @M.kazem that's a [non sequitur](https://en.wikipedia.org/wiki/Non_sequitur_(logic)). I can perfectly determine what is on-topic or not without being able to provide the answer. – CodeCaster Dec 18 '15 at 14:17
  • btw if the uninstaller is gone and you cant get the rid of all trash just install VS again and then perform clean uninstall – M.kazem Akhgary Dec 18 '15 at 14:20
  • I reiterate, just download revo uninstaller. I had the same exact issue on my brothers laptop. I tried a force uninstall, nothing would work. Found someone saying to try Revo, downloaded that and it uninstalled it fine. – maxshuty Dec 18 '15 at 14:20
  • I also used Revo, installed again and tried to uninstall it. It was still there, this is kinda rare and also a weird issue. – Sultanlı Əlif Dec 18 '15 at 14:21
  • @SultanlıƏlif Did you use Revo and uninstall all the associated files with it? Have you tried `installer_name.exe /u /force` in cmd? – maxshuty Dec 18 '15 at 14:22
  • Yes, I also tried that. It did not work. – Sultanlı Əlif Dec 18 '15 at 14:23
  • http://stackoverflow.com/questions/28041688/force-uninstall-a-visual-studio-2015-preview-or-release-candidate – Fᴀʀʜᴀɴ Aɴᴀᴍ Dec 18 '15 at 14:23

2 Answers2

1

Try uninstalling in Safe Mode.

For more info on booting in safe mode:

Fᴀʀʜᴀɴ Aɴᴀᴍ
  • 6,131
  • 5
  • 31
  • 52
0

Control Panel is enough. Have you tried a simple reboot? Sometimes if you close the program, some process run anyway.

  • Reboot Windows
  • Don't start nothing
  • Try to uninstall
F. Bozzeda
  • 16
  • 4