Welcome Guest! To access all forums & features, please register an account or sign-in. → Why register?



What's the deal with Visual Studio 2012 bloat?


10 replies to this topic - - - - -

#1 +Majesticmerc

    Resident Idealist

  • 5,101 posts
  • Joined: 24-August 05
  • Location: United Kingdom
  • OS: Arch Linux / Win 7
  • Phone: HTC One X

Posted 13 November 2012 - 21:57

So it goes like this. At work we have a Ruby script that allows us to create a project file for a project that works with any version of Visual Studio between 2003 and 2010. For example, I could run the command...

ruby ProjectFileConverter.rb --dir="C:\Dev\MyProject" --in=2005 --out=2010

... and it would find the Visual Studio 2005 project file(s) and create corresponding Visual Studio 2010 files. Since the de-facto Visual Studio install at work is VS2008 abd we skipped 2010m we are planning to migrate straight to 2012. I was asked to update the script to create VS2012 files. Easy enough.

To test my changes, I had to install a copy of the VS2012 trial. Now though, since we don't have any licenses for 2012 yet, and the trial has expired, I've chosen to remove 2012 completely. The thing is, I'm STILL trying to do it! I uninstalled VS2012 itself easy enough, but it installed SO. MUCH. EXTRA. STUFF. I count no less than THIRTY FIVE extra products installed. Silverlight, SQL this, SQL that, ASP.NET, ASP.NET MVC, the list goes on, and on, and on. And does VS2012 uninstall them all for you automatically? Of course not!

Absolutely ridiculous.

</rant>

(I'm not expecting any help or anything, just needed to get it off my chest)


#2 jakem1

    Neowinian Wise One

  • 5,429 posts
  • Joined: 17-November 06

Posted 13 November 2012 - 22:09

Yep, this has always been a problem with Visual Studio and I understand your frustration. I don't understand why the installer can't keep track of and remove everything it dumps on your HDD. SQL Server isn't any better either.

#3 Vykranth

    Chantez, compagnons, dans la nuit la Liberté nous écoute

  • 2,829 posts
  • Joined: 02-September 04
  • Location: Nancy, France
  • OS: Windows 7 x64

Posted 13 November 2012 - 22:12

I can only offer some sympathy: it was already this way With Visual Studio 2010.
I think that Triple-R'ing the computer might be even faster.

#4 ~Johnny

    Earthling

  • 3,270 posts
  • Joined: 10-August 08
  • Location: London, England, Earth, Milky Way

Posted 13 November 2012 - 22:17

Can you not choose the technologies that you install during the setup? I'm sure there's a screen for it.

#5 OP +Majesticmerc

    Resident Idealist

  • 5,101 posts
  • Joined: 24-August 05
  • Location: United Kingdom
  • OS: Arch Linux / Win 7
  • Phone: HTC One X

Posted 13 November 2012 - 22:21

About half way through, this is still what's left (Except VirtualCloneDrive obviously):

Attached Image: Screenshot - 131112 - 22:14:13.png

View Post~Johnny, on 13 November 2012 - 22:17, said:

Can you not choose the technologies that you install during the setup? I'm sure there's a screen for it.

No :( It just asked me to close down Visual Studio 2008 (which was weird), but then it just uninstalled Visual Studio itself. All the dependencies (or some of them anyway) remained :(

#6 LogicalApex

    Software Engineer

  • 4,995 posts
  • Joined: 14-August 02
  • Location: Philadelphia, PA
  • OS: Windows 7 Ultimate x64
  • Phone: Nexus 4

Posted 13 November 2012 - 22:27

This has always been the case with Visual Studio and you always need to read the Release Notes for what to do when it came time to tear it down.

The best I could easily find for you references the BETA so it seems MS has slacked and isn't keeping this data refreshed as they should.

Visual Studio 2012 Tear Down

#7 OP +Majesticmerc

    Resident Idealist

  • 5,101 posts
  • Joined: 24-August 05
  • Location: United Kingdom
  • OS: Arch Linux / Win 7
  • Phone: HTC One X

Posted 13 November 2012 - 22:31

Thanks! Still though, I'm disappointed that there wasn't a screen in the uninstaller to do it for us :(

#8 -Razorfold

    Neowinian DOMINATING

  • 8,777 posts
  • Joined: 16-March 06
  • Location: Portland, OR
  • OS: Windows 8
  • Phone: Nokia Lumia 900

Posted 13 November 2012 - 22:34

Quote

STILL trying to do it! I uninstalled VS2012 itself easy enough, but it installed SO. MUCH. EXTRA. STUFF. I count no less than THIRTY FIVE extra products installed. Silverlight, SQL this, SQL that, ASP.NET, ASP.NET MVC, the list goes on, and on, and on. And does VS2012 uninstall them all for you automatically? Of course not!
Lol holy **** :| I knew VS came with a lot of stuff but I figured it would come with a single uninstaller.

Also, I could be wrong since it's been a while, but don't you get the option of installing all those extras?

#9 LogicalApex

    Software Engineer

  • 4,995 posts
  • Joined: 14-August 02
  • Location: Philadelphia, PA
  • OS: Windows 7 Ultimate x64
  • Phone: Nexus 4

Posted 13 November 2012 - 22:35

View PostMajesticmerc, on 13 November 2012 - 22:31, said:

Thanks! Still though, I'm disappointed that there wasn't a screen in the uninstaller to do it for us :(

Agreed. I have always hated this about VS installs. As not only do they lay this long list of stuff to remove they also make it even more annoying in that the order is also important. The whole purpose of an uninstaller is to return the machine to the state prior to the install, but I guess MS never got that memo :angry:

#10 GreyWolf

    Neowinian ULTRAKILL

  • 11,422 posts
  • Joined: 02-August 06
  • Location: Greenville, SC

Posted 13 November 2012 - 22:36

There's a command line option to uninstall the supporting packages. You can just download the web installer and run it with the options "/uninstall /force"
Every version other than Express should display a page during installation that lets you select which components you want.

#11 OP +Majesticmerc

    Resident Idealist

  • 5,101 posts
  • Joined: 24-August 05
  • Location: United Kingdom
  • OS: Arch Linux / Win 7
  • Phone: HTC One X

Posted 13 November 2012 - 22:41

View Post-Razorfold, on 13 November 2012 - 22:34, said:

Lol holy **** :| I knew VS came with a lot of stuff but I figured it would come with a single uninstaller.

Also, I could be wrong since it's been a while, but don't you get the option of installing all those extras?

View PostGreyWolf, on 13 November 2012 - 22:36, said:

There's a command line option to uninstall the supporting packages. You can just download the web installer and run it with the options "/uninstall /force"
Every version other than Express should display a page during installation that lets you select which components you want.

There was a screen during the install for selecting packages, but most of these packages weren't available to select, they got installed "silently" with other parts of the install.

The thing is, I get why these things don't get automatically uninstalled, because other applications might use them (SQL Express for instance, of the Silverlight SDK), but at the same time VS should at least keep track of what it installed and offer the option to uninstall them. Even if they're not selected by default.

(Happy Birthday GreyWolf!)