.NET framework install

lebb

Centurion
Joined
Apr 8, 2002
Messages
124
Location
Tennessee, USA
As y'all know, this is totally outside my expertise, but I thought I'd ask on behalf of one of my coworkers.

We have a server with very little free space on its C: drive -- 50Mb free, in fact. So far we haven't been able to figure out a way to install the .NET framework with such a limitation, and haven't seen any way to install it to a different drive other than the one on which the OS is installed. Anyone have any suggestions on a best approach to deal with this limitation (other than dropping back to VB6)?
 
I had the same problem, only our server had only 20 meg of space! I discovered the /t command line switch lets you specify an alternative drive/folder to use for temporary files during setup, I guess it's possible that would get you by.

I solved it by going through and deleting some junk I found on the server.
 
Back
Top