aboutsummaryrefslogtreecommitdiff
path: root/src/wixext/util.xsd
diff options
context:
space:
mode:
Diffstat (limited to 'src/wixext/util.xsd')
-rw-r--r--src/wixext/util.xsd121
1 files changed, 121 insertions, 0 deletions
diff --git a/src/wixext/util.xsd b/src/wixext/util.xsd
index b6f0365b..133a93fa 100644
--- a/src/wixext/util.xsd
+++ b/src/wixext/util.xsd
@@ -1586,6 +1586,127 @@
1586 </xs:attribute> 1586 </xs:attribute>
1587 </xs:complexType> 1587 </xs:complexType>
1588 </xs:element> 1588 </xs:element>
1589 <xs:element name="BroadcastEnvironmentChange">
1590 <xs:annotation>
1591 <xs:documentation>Schedules the BroadcastEnvironmentChange custom action for the current platform.</xs:documentation>
1592 <xs:appinfo>
1593 <xse:parent namespace="http://wixtoolset.org/schemas/v4/wxs" ref="Product" />
1594 <xse:parent namespace="http://wixtoolset.org/schemas/v4/wxs" ref="Module" />
1595 <xse:parent namespace="http://wixtoolset.org/schemas/v4/wxs" ref="Fragment" />
1596 <xse:parent namespace="http://wixtoolset.org/schemas/v4/wxs" ref="UI" />
1597 </xs:appinfo>
1598 </xs:annotation>
1599 </xs:element>
1600 <xs:element name="BroadcastSettingChange">
1601 <xs:annotation>
1602 <xs:documentation>Schedules the BroadcastSettingChange custom action for the current platform.</xs:documentation>
1603 <xs:appinfo>
1604 <xse:parent namespace="http://wixtoolset.org/schemas/v4/wxs" ref="Product" />
1605 <xse:parent namespace="http://wixtoolset.org/schemas/v4/wxs" ref="Module" />
1606 <xse:parent namespace="http://wixtoolset.org/schemas/v4/wxs" ref="Fragment" />
1607 <xse:parent namespace="http://wixtoolset.org/schemas/v4/wxs" ref="UI" />
1608 </xs:appinfo>
1609 </xs:annotation>
1610 </xs:element>
1611 <xs:element name="CheckRebootRequired">
1612 <xs:annotation>
1613 <xs:documentation>Schedules the CheckRebootRequired custom action for the current platform.</xs:documentation>
1614 <xs:appinfo>
1615 <xse:parent namespace="http://wixtoolset.org/schemas/v4/wxs" ref="Product" />
1616 <xse:parent namespace="http://wixtoolset.org/schemas/v4/wxs" ref="Module" />
1617 <xse:parent namespace="http://wixtoolset.org/schemas/v4/wxs" ref="Fragment" />
1618 <xse:parent namespace="http://wixtoolset.org/schemas/v4/wxs" ref="UI" />
1619 </xs:appinfo>
1620 </xs:annotation>
1621 </xs:element>
1622 <xs:element name="ExitEarlyWithSuccess">
1623 <xs:annotation>
1624 <xs:documentation>Schedules the ExitEarlyWithSuccess custom action for the current platform.</xs:documentation>
1625 <xs:appinfo>
1626 <xse:parent namespace="http://wixtoolset.org/schemas/v4/wxs" ref="Product" />
1627 <xse:parent namespace="http://wixtoolset.org/schemas/v4/wxs" ref="Module" />
1628 <xse:parent namespace="http://wixtoolset.org/schemas/v4/wxs" ref="Fragment" />
1629 <xse:parent namespace="http://wixtoolset.org/schemas/v4/wxs" ref="UI" />
1630 </xs:appinfo>
1631 </xs:annotation>
1632 </xs:element>
1633 <xs:element name="FailWhenDeferred">
1634 <xs:annotation>
1635 <xs:documentation>Schedules the FailWhenDeferred custom action for the current platform.</xs:documentation>
1636 <xs:appinfo>
1637 <xse:parent namespace="http://wixtoolset.org/schemas/v4/wxs" ref="Product" />
1638 <xse:parent namespace="http://wixtoolset.org/schemas/v4/wxs" ref="Module" />
1639 <xse:parent namespace="http://wixtoolset.org/schemas/v4/wxs" ref="Fragment" />
1640 <xse:parent namespace="http://wixtoolset.org/schemas/v4/wxs" ref="UI" />
1641 </xs:appinfo>
1642 </xs:annotation>
1643 <xs:element name="WaitForEvent">
1644 <xs:annotation>
1645 <xs:documentation>Schedules the WaitForEvent custom action for the current platform.</xs:documentation>
1646 <xs:appinfo>
1647 <xse:parent namespace="http://wixtoolset.org/schemas/v4/wxs" ref="Product" />
1648 <xse:parent namespace="http://wixtoolset.org/schemas/v4/wxs" ref="Module" />
1649 <xse:parent namespace="http://wixtoolset.org/schemas/v4/wxs" ref="Fragment" />
1650 <xse:parent namespace="http://wixtoolset.org/schemas/v4/wxs" ref="UI" />
1651 </xs:appinfo>
1652 </xs:annotation>
1653 </xs:element>
1654 <xs:element name="WaitForEventDeferred">
1655 <xs:annotation>
1656 <xs:documentation>Schedules the WaitForEventDeferred custom action for the current platform.</xs:documentation>
1657 <xs:appinfo>
1658 <xse:parent namespace="http://wixtoolset.org/schemas/v4/wxs" ref="Product" />
1659 <xse:parent namespace="http://wixtoolset.org/schemas/v4/wxs" ref="Module" />
1660 <xse:parent namespace="http://wixtoolset.org/schemas/v4/wxs" ref="Fragment" />
1661 <xse:parent namespace="http://wixtoolset.org/schemas/v4/wxs" ref="UI" />
1662 </xs:appinfo>
1663 </xs:annotation>
1664 </xs:element>
1665 <xs:element name="QueryWindowsDirectories">
1666 <xs:annotation>
1667 <xs:documentation>Schedules the QueryOsDirs custom action for the current platform.</xs:documentation>
1668 <xs:appinfo>
1669 <xse:parent namespace="http://wixtoolset.org/schemas/v4/wxs" ref="Product" />
1670 <xse:parent namespace="http://wixtoolset.org/schemas/v4/wxs" ref="Module" />
1671 <xse:parent namespace="http://wixtoolset.org/schemas/v4/wxs" ref="Fragment" />
1672 <xse:parent namespace="http://wixtoolset.org/schemas/v4/wxs" ref="UI" />
1673 </xs:appinfo>
1674 </xs:annotation>
1675 </xs:element>
1676 <xs:element name="QueryWindowsDriverInfo">
1677 <xs:annotation>
1678 <xs:documentation>Schedules the QueryOsDriverInfo custom action for the current platform.</xs:documentation>
1679 <xs:appinfo>
1680 <xse:parent namespace="http://wixtoolset.org/schemas/v4/wxs" ref="Product" />
1681 <xse:parent namespace="http://wixtoolset.org/schemas/v4/wxs" ref="Module" />
1682 <xse:parent namespace="http://wixtoolset.org/schemas/v4/wxs" ref="Fragment" />
1683 <xse:parent namespace="http://wixtoolset.org/schemas/v4/wxs" ref="UI" />
1684 </xs:appinfo>
1685 </xs:annotation>
1686 </xs:element>
1687 <xs:element name="QueryWindowsSuiteInfo">
1688 <xs:annotation>
1689 <xs:documentation>Schedules the QueryOsInfo custom action for the current platform.</xs:documentation>
1690 <xs:appinfo>
1691 <xse:parent namespace="http://wixtoolset.org/schemas/v4/wxs" ref="Product" />
1692 <xse:parent namespace="http://wixtoolset.org/schemas/v4/wxs" ref="Module" />
1693 <xse:parent namespace="http://wixtoolset.org/schemas/v4/wxs" ref="Fragment" />
1694 <xse:parent namespace="http://wixtoolset.org/schemas/v4/wxs" ref="UI" />
1695 </xs:appinfo>
1696 </xs:annotation>
1697 </xs:element>
1698 <xs:element name="QueryWindowsWellKnownSIDs">
1699 <xs:annotation>
1700 <xs:documentation>Schedules the QueryOsWellKnownSID custom action for the current platform.</xs:documentation>
1701 <xs:appinfo>
1702 <xse:parent namespace="http://wixtoolset.org/schemas/v4/wxs" ref="Product" />
1703 <xse:parent namespace="http://wixtoolset.org/schemas/v4/wxs" ref="Module" />
1704 <xse:parent namespace="http://wixtoolset.org/schemas/v4/wxs" ref="Fragment" />
1705 <xse:parent namespace="http://wixtoolset.org/schemas/v4/wxs" ref="UI" />
1706 </xs:appinfo>
1707 </xs:annotation>
1708 </xs:element>
1709
1589 <xs:attributeGroup name="SearchCommonAttributes"> 1710 <xs:attributeGroup name="SearchCommonAttributes">
1590 <xs:attribute name="Id" type="xs:string"> 1711 <xs:attribute name="Id" type="xs:string">
1591 <xs:annotation> 1712 <xs:annotation>