.Net Framework Footprint

  • Thread starter Thread starter Kevin Ragsdale
  • Start date Start date
K

Kevin Ragsdale

Hello everyone,

I was wondering if there were any tips out there on how to minimize the
footprint for the .Net framework component. I've done some Googling but
can't seem to find anything. Just using auto-resolve balloons my runtime
from 120MB to 212MB.

Thanks for any help,

Kevin Ragsdale
 
I got it to work with about 40MB additional size.
You can leave away:
- IE
- MSXML
- MDAC
- HTML Help
- LDAP
- Indexing service
- WMI services
which are the biggest things.

I got such a configuration to work correctly, but after installing some
QFEs I got my Mantis DB broken and also my configuration was bad.
So try it, maybe you also have luck!
 
Thomas, Kevin,

You probably know that but just to emphasize the fact: removing particular .Net dependencies from your image you restrict the .Net
Framework in its features. I.e. it is up to you and your device usage to optimize the footprint but you gotta know what you are
removing and what's left.
 
I got it to work with about 40MB additional size.
You can leave away:
- IE
- MSXML
- MDAC
- HTML Help
- LDAP
- Indexing service
- WMI services
which are the biggest things.

I got such a configuration to work correctly, but after installing
some QFEs I got my Mantis DB broken and also my configuration was bad.
So try it, maybe you also have luck!

Thanks Thomas, I'll start from your suggestions and see how things go!

Kevin
 
Back
Top