Building on what Tony's suggestion, you could create a seperate component
that has only the DirectX supported needed for your applications. This way
you don't have to delete the files and registry entries each time you want
to use a specific feature in a configuration.
Regards,
Sean Liming
www.a7eng.com
Author: Windows NT Embedded Step-By-Step and XP Embedded Advanced.
"Tony Camilli" <(E-Mail Removed)> wrote in message
news:06f701c34493$fce01110$(E-Mail Removed)...
> Any time you do a dependency check, those components will
> be brought in - I don't know of a way to prevent that.
> What I've done in those cases is let the component be
> brought in, then disable the files, registry data, and
> resoruces - but leave the component itself enabled. In
> the future, you should not have any problems with
> dependency check.
>
> HTH
> Tony
>
> >-----Original Message-----
> >Sure this one must have been covered somewhere - but I
> can't find it.
> >
> >I want to deliberately leave out components that are
> dependencies of things
> >that I do want.
> >
> >eg I want DirectX support form VB, but I only need
> DirectSound. I can't find
> >any way of stopping Direct3D, etc being added to my
> build.
> >
> >How is it done?
> >
> >TIA
> >
> >Simon
> >
> >
> >.
> >