aboutsummaryrefslogtreecommitdiff
path: root/src/wixext/util.xsd
diff options
context:
space:
mode:
authorSean Hall <r.sean.hall@gmail.com>2020-05-23 15:55:58 +1000
committerSean Hall <r.sean.hall@gmail.com>2020-05-23 16:00:11 +1000
commit6fbe9b0b7e98e63daa89c1347e5388dec9fdc57f (patch)
tree98c04dcb4cfdd19aca0d292b97810cac00aa6adb /src/wixext/util.xsd
parent242d5201cb75c686f4cb86e521ed0d8c025c563b (diff)
downloadwix-6fbe9b0b7e98e63daa89c1347e5388dec9fdc57f.tar.gz
wix-6fbe9b0b7e98e63daa89c1347e5388dec9fdc57f.tar.bz2
wix-6fbe9b0b7e98e63daa89c1347e5388dec9fdc57f.zip
WIXFEAT:2006,2580,2751 Add Inheritable attribute to PermissionEx.
Diffstat (limited to 'src/wixext/util.xsd')
-rw-r--r--src/wixext/util.xsd5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/wixext/util.xsd b/src/wixext/util.xsd
index a8c3d208..93cdd4ba 100644
--- a/src/wixext/util.xsd
+++ b/src/wixext/util.xsd
@@ -775,6 +775,11 @@
775 <xs:complexType> 775 <xs:complexType>
776 <xs:attribute name="Domain" type="xs:string"></xs:attribute> 776 <xs:attribute name="Domain" type="xs:string"></xs:attribute>
777 <xs:attribute name="User" use="required" type="xs:string"></xs:attribute> 777 <xs:attribute name="User" use="required" type="xs:string"></xs:attribute>
778 <xs:attribute name="Inheritable" type="xs:YesNoType">
779 <xs:annotation>
780 <xs:documentation>Whether the permissions are inheritable. The default is "yes".</xs:documentation>
781 </xs:annotation>
782 </xs:attribute>
778 <!-- Common ACLs --> 783 <!-- Common ACLs -->
779 <xs:attribute name="Read" type="YesNoType"></xs:attribute> 784 <xs:attribute name="Read" type="YesNoType"></xs:attribute>
780 <xs:attribute name="Delete" type="YesNoType"></xs:attribute> 785 <xs:attribute name="Delete" type="YesNoType"></xs:attribute>