FeatureRef Element

Windows Installer XML (WiX) v3.0

FeatureRef Element

Description
Create a reference to a Feature element in another Fragment.
Windows Installer references
None
Parents
Feature, FeatureGroup, FeatureRef, Fragment, PatchFamily, Product
Inner Text
None
Children
Choice of elements (min: 0, max: unbounded)
Attributes
Name Type Description Required
Id String The identifier of the Feature element to reference. Yes
IgnoreParent YesNoType Normally feature references that are nested under a parent element create a connection to that parent. This behavior is undesirable when trying to simply reference a Feature in a different Fragment. Specify 'yes' to have this feature reference not create a connection to its parent. The default is 'no'.  
Any attribute namespace='##other' processContents='lax'
See Also
Wix Schema, Feature