Component Designer : Setting Build Order Dependency of custom Application to Last

  • Thread starter Thread starter davidpendry
  • Start date Start date
D

davidpendry

Hi,

I have a custom application which is added as separate component.

It has to modify/or create regsistry data keys.

How do I set this component to be built last by the FBA so the keys
don't get modified by another component (which may be built at a later
stage by the FBA) ?

Thankyou in advance.

David.
 
Hi David,
It seems you want to change some of the default settings in the
registry, you can do one thing, set the component build order dependency for
your component and set "Windows XP Service Pack 2 Resource DLL" component to
be build before component. This component is build at the last, so you can do
it this way
 
Back
Top