Derived By
Extending string
Attributes
| Name |
Type |
Required? |
Default |
Description |
| Action |
string |
Yes |
|
|
| Template |
string |
No |
|
used to format ActionData messages from action processing
|
Content Model
Contains text only.
Referenced By
Definition
<xs:element name="ProgressText">
<xs:annotation>
<xs:appinfo>
<xse:msiRef table="ActionText" href="http://msdn.microsoft.com/library/aa367516.aspx" xmlns:xse="http://schemas.microsoft.com/wix/2005/XmlSchemaExtension" />
</xs:appinfo>
</xs:annotation>
<xs:complexType>
<xs:simpleContent>
<xs:extension base="xs:string">
<xs:annotation>
<xs:documentation>Element value is progress message text for action</xs:documentation>
</xs:annotation>
<xs:attribute name="Action" type="xs:string" use="required" />
<xs:attribute name="Template" type="xs:string">
<xs:annotation>
<xs:documentation>used to format ActionData messages from action processing</xs:documentation>
</xs:annotation>
</xs:attribute>
</xs:extension>
</xs:simpleContent>
</xs:complexType>
</xs:element>