You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Before posting a bug I'd like to check if maybe I'm doing something wrong:
I have an installer project with a feature and a component group. For good reasons I can't modify the feature to reference directly the component group, so what I do is that I include a ComponentGroupRef in a FeatureRef in a fragment, i.e.
<Fragment>
<ComponentGroupId="MyComponentGroup"><!-- Content here --></ComponentGroup>
<FeatureRefId="MyFeature">
<ComponentGroupRefId="MyComponentGroup" />
</FeatureRef>
</Fragment>
That doesn't seem to work with Wix 5. The fragment is listed in the MSBuild compile targets and the installer build succeeds, but the content in the component group is not included at all in the resulting installer.
How would I proceed troubleshooting that? I've tried putting the FeatureRef in a different file than the ComponentGroup, and I've tried getting more detailed wix output, with inconclusive results so far.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hi everyone,
Before posting a bug I'd like to check if maybe I'm doing something wrong:
I have an installer project with a feature and a component group. For good reasons I can't modify the feature to reference directly the component group, so what I do is that I include a
ComponentGroupRef
in aFeatureRef
in a fragment, i.e.That doesn't seem to work with Wix 5. The fragment is listed in the MSBuild compile targets and the installer build succeeds, but the content in the component group is not included at all in the resulting installer.
How would I proceed troubleshooting that? I've tried putting the FeatureRef in a different file than the ComponentGroup, and I've tried getting more detailed wix output, with inconclusive results so far.
Thanks in advance!
Beta Was this translation helpful? Give feedback.
All reactions