I have all my components separated out into multiple files and am trying to
achieve a structure like this:
Main app:
- Plugins
- Plugin 1
- User Plugin
- User Sync Plugin (this one is not showing up)
- Plugin 3
And I don't want the Plugin.Users.wxs file to have any reference to the
Plugin.UserSync.wxs
Is it possibly because I have multiple FeatureRefs to the same feature?
Plugins.wxs:
<Fragment>
<FeatureGroup Id="FG.Plugins">
<Feature Id="F.Plugins" Level="1" >
<FeatureRef Id="F.Plugin.Plugin1" />
<FeatureRef Id="F.Plugin.Users" />
<FeatureRef Id="F.Plugin.Plugin3" />
<!-- etc. -->
</Feature>
</FeatureGroup>
</Fragment>
Plugin.Users.wxs:
<Feature Id="F.Plugin.Users" Level="2">
<ComponentGroupRef Id="CG.Plugin.Users" />
</Feature>
Plugin.UsersSync.wxs:
<FeatureRef Id="F.Plugin.Users">
<Feature Id="F.Plugin.Users.Sync" Level="2">
<ComponentGroupRef Id="CG.Plugin.Users.Sync" />
</Feature>
</FeatureRef>
--
View this message in context:
http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/Sub-feature-in-separate-wxs-file-tp5559722p5559722.html
Sent from the wix-users mailing list archive at Nabble.com.
------------------------------------------------------------------------------
Start uncovering the many advantages of virtual appliances
and start using them to simplify application deployment and
accelerate your shift to cloud computing.
http://p.sf.net/sfu/novell-sfdev2dev
_______________________________________________
WiX-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/wix-users