Why is MS's VS 20xx stuck in the '90s?

Elixer

Lifer
May 7, 2002
10,371
762
126
This is so annoying, every other program that you install, you can pick a location.
Not so with VS 20xx (2013 in this case) and they force you to install everything to your system drive.

With people using SSDs for their system drive, that don't leave much room for anything else once everything is installed (and yeah, they allow you to pick custom directories for 2 things, big whoop.)

You would think they would have learned by now, not to force people to install on only the system drive .

Speaking of the '90s, perhaps one day we will get full C99 support as well.
 

Train

Lifer
Jun 22, 2000
13,583
80
91
www.bing.com
Did you have a previous VS version already installed? Or another build (like the preview, or express) of the same version?

If so, it locks you into the current install location, for shared libs reasons.

If you do a CLEAN install, as in, no other versions of VS present (and this might even include the latest version of SQL Management studio, since it uses the VS interface) Then it should give you the option to install it anywhere.

Or just get a bigger SSD, shit's cheap yo.
 

Elixer

Lifer
May 7, 2002
10,371
762
126
It doesn't matter if it is a clean install or not, it still requires a huge chunk of the system drive.

Heath Stewart said it needs about 65% of the install to be on the system drive, so, there really is no good solution besides getting a bigger SSD, and that is out of the question for most companies that are on a budget, or any consumer on a budget as well.

Yeah, symlinks can be used, but, when a update comes along, you are screwed, since updates actually remove the symlink for some brain dead reason.
More info here about that: http://stackoverflow.com/questions/...udio-2012-install-directory/10455300#10455300

It just idiotic in 2014, that they don't allow you to specify where you want it, like in that nice 2TB drive you have sitting there waiting for data...
 

Red Squirrel

No Lifer
May 24, 2003
70,167
13,573
126
www.anyf.ca
Because Microsoft. They do things the stupid way sometimes.

Don't worry, all that is going to the cloud soon anyway, you wont even need to install it! :p
 

Tweak155

Lifer
Sep 23, 2003
11,449
264
126
How much space does it take up? Sounds like you're too poor to afford a decent sized SSD to be complaining about something like this.
 

Elixer

Lifer
May 7, 2002
10,371
762
126

Yes, that is the Heath Stewart I was talking about...

That is bollocks as well, since, as also mentioned, if you use symlinks to do it, it will work, up until the brain dead updater tries to update...
How much space does it take up? Sounds like you're too poor to afford a decent sized SSD to be complaining about something like this.

This has nothing to do with it, there is no real reason why it *must* use the system drive.
Would you like everything to install ONLY on the system drive ?
 

Tweak155

Lifer
Sep 23, 2003
11,449
264
126
Yes, that is the Heath Stewart I was talking about...

That is bollocks as well, since, as also mentioned, if you use symlinks to do it, it will work, up until the brain dead updater tries to update...


This has nothing to do with it, there is no real reason why it *must* use the system drive.
Would you like everything to install ONLY on the system drive ?

I prefer all program installs to be on my main drive because it is an SSD. The saved data can be offloaded to my mechanical drives.

It's a valid complaint that you should be given the option, but if the reason is that it "don't leave much room for anything else once everything is installed" I don't think the problem is VS.
 

smackababy

Lifer
Oct 30, 2008
27,024
79
86
Yes, that is the Heath Stewart I was talking about...

That is bollocks as well, since, as also mentioned, if you use symlinks to do it, it will work, up until the brain dead updater tries to update...


This has nothing to do with it, there is no real reason why it *must* use the system drive.
Would you like everything to install ONLY on the system drive ?

Are you sure there isn't actually a reason, even if it is because they coded it that way and can't change it without a rewrite? I have never even attempted to install it on a different drive, because like Tweak, I am not poor and can afford a large SSD for system (and work related programs) and additional SSDs for other things. Currently, I only have one other for games, but if I ever get another category of programs, I will certainly get another SSD.
 

ninaholic37

Golden Member
Apr 13, 2012
1,883
31
91
VS20xx is not stuck in the 90s because exes compiled with Visual Studios don't work in Windows 98, even though they work fine in Code::Blocks, Dev C++, etc.. Microsoft has intentionally crippled their program to force people to upgrade their OS. :p
 

purbeast0

No Lifer
Sep 13, 2001
53,544
6,368
126
i've used many ide's out there and imo nothing can even come close to intellij. granted, i haven't done any c++ or microsoft specific stuff in the past 4-5 years, but intellij in general is by far the best ide out there to me.
 

Mr Burns

Junior Member
Sep 5, 2008
14
2
66
I have also used many IDEs, IntelliJ for ruby with the ruby plugin in addition to using vi or vim for ruby and it was good.

However, personally I like Visual Studio 2012/2013 a lot more and it's my preferred ide for c and c++. I think it's much smoother and faster and feature rich than anything else out there, again, my personal opinion.

i've used many ide's out there and imo nothing can even come close to intellij. granted, i haven't done any c++ or microsoft specific stuff in the past 4-5 years, but intellij in general is by far the best ide out there to me.
 

Dude111

Golden Member
Jan 19, 2010
1,495
5
81
Train said:
If so, it locks you into the current install location, for shared libs reasons.
It shouldnt have to.... Programs check everywhere for thier files if they are setup that way! (They can be)