I'm having problems with files not getting linked into my .cab when using
FeatureRefs with ComponentRefs.
Here's a simple example. In different fragments, I define Feature A and then
Components B and C which each contain file references.
<Fragment>
<Feature Id="A" Title = "FeatureA" Level="1">
</Feature>
</Fragment>
<Fragment>
... define components B and C
</Fragment>
Then, in a separate fragment, I have:
<FeatureRef Id="A">
<ComponentRef Id="B"/>
<ComponentRef Id="C"/>
</FeatureRef>
But the files in components B and C don't appear to get pulled into the
cabinet. If I reference components B and C in the original definition of
Feature A, rather than trying to pull them in via the FeatureRef, everything
works. Anyone know why? The schema seems to indicate that the former ought to
work...
Thanks!
John
-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems? Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >> http://get.splunk.com/
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users