
Signature
Jon Skeet - <skeet@pobox.com>
http://www.pobox.com/~skeet
If replying to the group, please do not mail me too
Thanks for the quick response. It's good to know that the framework
doesn't take up as much space, but do you happen to know why on "Add or
Remove Programs", they would each show up as 1,375 MB? Are they all
somehow linked so that I can't uninstall one without uninstalling all?
Morten Wennevik - 11 Jul 2005 20:18 GMT
Hi Sean,
Most of the files that make up .Net Framework is located in
%windir%\Microsoft.Net\Framework
Each version will have its own subdirectory there, typically called v1.0.3705 and/or v1.1.4322, in my case v1.0 was 37Mb and v1.1 74Mb.
> Thanks for the quick response. It's good to know that the framework
> doesn't take up as much space, but do you happen to know why on "Add or
> Remove Programs", they would each show up as 1,375 MB? Are they all
> somehow linked so that I can't uninstall one without uninstalling all?
>
> *** Sent via Developersdex http://www.developersdex.com ***

Signature
Happy coding!
Morten Wennevik [C# MVP]
Lloyd Dupont - 12 Jul 2005 01:59 GMT
it's probably the SDK taking that much space.
the runtime, however, takes "only" about 70MB.
> Thanks for the quick response. It's good to know that the framework
> doesn't take up as much space, but do you happen to know why on "Add or
> Remove Programs", they would each show up as 1,375 MB? Are they all
> somehow linked so that I can't uninstall one without uninstalling all?
>
> *** Sent via Developersdex http://www.developersdex.com ***
Jon Davis - 13 Jul 2005 20:23 GMT
When Visual Studio components are installed, their net sum gets reported on
each component's file size in Add / Remove Programs. I consider it a design
flaw but apparently Microsoft did it this way for some [bogus] reason.
Jon
> Thanks for the quick response. It's good to know that the framework
> doesn't take up as much space, but do you happen to know why on "Add or
> Remove Programs", they would each show up as 1,375 MB? Are they all
> somehow linked so that I can't uninstall one without uninstalling all?
>
> *** Sent via Developersdex http://www.developersdex.com ***