.NET framework install

lebb

Well-known member
Joined
Apr 8, 2002
Messages
124
Location
Tennessee, USA
As yall know, this is totally outside my expertise, but I thought Id 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 havent been able to figure out a way to install the .NET framework with such a limitation, and havent 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 its possible that would get you by.

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