Question

I am trying to run the VS 2008 SP1 installer, but it says that I need 6,366MB of available space, and my C drive currently only has 2,452MB available. Is there any good way to install that doesn't require so much free space?

I have also tried downloading the ISO image and mounting that, but it still requires 5,864MB free. Am I missing any obvious command line switches?

Was it helpful?

Solution 3

Just as an update in case anyone else has this problem, I installed the .Net 3.5 SP1 update separately. Now I'm down to "only" 5045MB required.

OTHER TIPS

Burn it to a DVD and install it from there. Also remove any development software that you don't need from Visual Studio, such as C++, VB.NET, Crystal Reports, etc.

Since hard drives are very cheap these days, I would suggest buying a larger hard drive and installing VS on that drive.

You should never run your OS hard drive close to max capacity, this can seriously reduce the performance of your system.

Also, you may be able to install VS but I'm quite sure it'll use alot of disk space during install (temp files) and while you actually use VS (again temp files).

You can have Visual Studio install components onto a separate hard drive from your primary but be warned, you still end up with a lot of data on your primary drive.

I tried to install VS 2008 on a machine with 2gb of hard drive space on the primary and a lot of the secondary, you still end up with about 1gb on the primary though.

Try methods to clean up your hard drive, run the Disk Cleaner tool (I found 10gb of MS error emails the other day!). Also, try removing features you wont need, MSDN is a huge install but if you're always online google is just a few clicks away, if you aren't doing VB, don't install VB (or C#, or J#, etc).

Scott Hanselman has a recent post on freeing up disk space in Vista: http://www.hanselman.com/blog/GuideToFreeingUpDiskSpaceUnderWindowsVista.aspx

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top