Bugs item #1885447, was opened at 2008-02-02 22:41 Message generated for change (Comment added) made by barnson You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=642714&aid=1885447&group_id=105970
Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: extensions Group: v3.0 >Status: Closed >Resolution: Invalid Priority: 5 Private: No Submitted By: hravn (hravn) Assigned to: Bob Arnson (barnson) Summary: Feature attribute not working Initial Comment: (for Bob Arnson as per http://www.joyofsetup.com/2007/12/07/simplifying-the-wix-v3-language/) When using the new Feature attribute of the Component element, I can't get it to work on Heat-generated Components (contained in Fragments). Please see attached project. ---------------------------------------------------------------------- >Comment By: Bob Arnson (barnson) Date: 2008-02-04 19:25 Message: Logged In: YES user_id=26581 Originator: NO The sample you posted works as expected; the problem is that nothing in your Product section references anything in the Heat-generated Fragment so the linker doesn't include the fragment in the output. References start in the entry section (Product, in this case) and go down; a reference from a fragment into the entry section doesn't cause the fragment to be included (though once it is, those references resolve correctly). As Derek told me when I ran into the same problem: "Parents can pick their children, but children can't pick their parents." You can see the same problem if you were to use FeatureRef in your Heat-generated fragments (which is roughly what Component/@Feature does). ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=642714&aid=1885447&group_id=105970 ------------------------------------------------------------------------- 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-devs mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/wix-devs
