Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to unInstall older versions of visual studio safely

I kept on installing Visual Studio versions as they were released. 2010 and 2012 & 2013. Now I want to cleanup my system from older versions i.e. ( VS-2010 & VS-2012) & keep the latest one only!

How can I uninstall older versions safely without a need to re-install VS-2013.

P.S. I am afraid that if I un-install older versions that would delete some shared system files away which would be needed for VS-2013 to work properly.

like image 344
Abhijeet Avatar asked Aug 07 '14 18:08

Abhijeet


2 Answers

As suggested by Mike in comments. I un-installed all previous versions prior to VS-2013. VS-2013 still works fine.

There was no dependency it seems.

like image 123
Abhijeet Avatar answered Sep 28 '22 19:09

Abhijeet


Microsoft has come up with Force Uninstall Option to remove all remnants of Visual studio. This Will help you to remove previous versions of visual studio if any along with all other remnants including registry variables, which a normal UNINSTALL often fails to remove.

like image 37
WhTiggaW Avatar answered Sep 28 '22 18:09

WhTiggaW