alan sinclair wrote:
> I'm a WiX novice trying to add a new fragment to an existing mid-size 
> package (currently compiled from 12+ fragments.) My new fragment is 
> modeled on an existing working fragment. Candle and light both compile 
> my new fragment but the resulting MSI doesn't include the file or CA 
> from the fragment, just has the parts from all the other fragments.
>  
> It's a long shot question but can anyone please suggest what needs to 
> be added to the fragment to pulll it into the MSI?

Use ComponentRef, CustomActionRef, or FeatureRef with the ids of any of 
those you're defining in the fragment. If you want the feature to be a 
child of an existing feature, you can do FeatureRef under the parent 
feature.

-- 
sig://boB
http://joyofsetup.com/


-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to