Publish Element

WiX Help

Publish Element

Description

None

Windows Installer references
ControlEvent Table
Parents
Control
Inner Text (xs:string)
The element value is the optional Condition expression.
Children
None
Attributes
Name Type Description Required
Event String Set this attribute's value to one of the standard control events to trigger that event. Either this attribute or the Property attribute must be set, but not both at the same time.  
Property String Set this attribute's value to a property name to set that property. Either this attribute or the Event attribute must be set, but not both at the same time.  
Value String If the Property attribute is specified, set the value of this attribute to the new value for the property. To set a property to null, do not set this attribute (the ControlEvent Argument column will be set to '{}'). Otherwise, this attribute's value should be the argument for the event specified in the Event attribute.  
See Also
Wix Schema