K
Krickster
I have a Winforms app to be deployed on WES (XPE FP 2007) using .NET
Framework 3.5 SP1. The app will replace the shell and have no need for
Telephony, terminal services or internet explorer (among a few other things).
To reduce the footprint, I followed the Aaron's instructions:
http://blogs.msdn.com/astebner/archive/2007/12/03/6646794.aspx
I also read that the Framework can use the Primitive component instead of
entire IE (if not needing the whole IE bundle):
"These dependent files have been made independent of the Internet Explorer
component and are now ‘Primitive’ components"
http://msdn.microsoft.com/en-us/library/ms932567.aspx
My question is if there is a way in TD to instruct it to use the Primitive
dependency INSTEAD of the full blown IE (and all of it's dependencies) when
running the check?
If there is no way to do this, can someone direct me to a list of
dependencies for IE so I can remove them from my image OR a list of .NET fw
3.5 sp1 dependencies that I can refer to and delete what I "think" my app
won't use?
Would be nice if there was a "skeleton" .NET Framework macro somewhere that
only had the barebones dependencies.
Thanks,
Ken
Framework 3.5 SP1. The app will replace the shell and have no need for
Telephony, terminal services or internet explorer (among a few other things).
To reduce the footprint, I followed the Aaron's instructions:
http://blogs.msdn.com/astebner/archive/2007/12/03/6646794.aspx
I also read that the Framework can use the Primitive component instead of
entire IE (if not needing the whole IE bundle):
"These dependent files have been made independent of the Internet Explorer
component and are now ‘Primitive’ components"
http://msdn.microsoft.com/en-us/library/ms932567.aspx
My question is if there is a way in TD to instruct it to use the Primitive
dependency INSTEAD of the full blown IE (and all of it's dependencies) when
running the check?
If there is no way to do this, can someone direct me to a list of
dependencies for IE so I can remove them from my image OR a list of .NET fw
3.5 sp1 dependencies that I can refer to and delete what I "think" my app
won't use?
Would be nice if there was a "skeleton" .NET Framework macro somewhere that
only had the barebones dependencies.
Thanks,
Ken