ComPlusUserInApplicationRole Element (Complus Extension)

Windows Installer XML (WiX) v3.0

ComPlusUserInApplicationRole Element (Complus Extension)

Description
This element represents a user membership in an application role. When the parent component of this element is installed, the user will be added to the associated application role. This element must be a descendent of a Component element; it can not be a child of a ComPlusApplicationRole locater element. To reference a locater element use the ApplicationRole attribute.
Windows Installer references
None
Parents
ComPlusApplicationRole, Component
Inner Text
None
Children
None
Attributes
Name Type Description Required
Id String Identifier for the element. Yes
ApplicationRole String If the element is not a child of a ComPlusApplicationRole element, this attribute should be provided with the id of a ComPlusApplicationRole element representing the application role the user is to be added to.  
User String Foreign key into the User table. Yes
See Also
Complus Schema