leora
leora

Reputation: 196529

how much disk space is needed for vs 2008

we are installing it on a box that doesn't have much space and we can't seem to find the required disk space requirements

Upvotes: 1

Views: 3310

Answers (4)

Coding Monkey
Coding Monkey

Reputation: 1000

The min system requirements can be found Professional Edition system requirements

Hardware requirements:

Minimum: 2.0 GHz CPU, 512 MB RAM, 8 GB HDD

Recommended: 2.6 GHz CPU, 1 GB RAM, 20 GB HDD

The min is really 8gb, your forgetting the space you need to run it, compile, sql databases, etc that sort of thing.

Upvotes: 1

ravuya
ravuya

Reputation: 8756

The box (and MSDN) says 2.2GB, but that's probably for full install with the MSDN stuff.

Upvotes: 5

Stu Mackellar
Stu Mackellar

Reputation: 11638

Well, a very unscientific survey of my dev PC tells me it uses 1.67 Gb.

Depends which options you install, I suppose...

Upvotes: 1

Martin Beckett
Martin Beckett

Reputation: 96109

"C:\Program Files\Microsoft Visual Studio 9.0" is 700Mb on my machine with C++ and c# installed.
Figure a Gb with any stuff it's stuck somewhere else and MSDN.

Upvotes: 1

Related Questions