aboutsummaryrefslogtreecommitdiff
path: root/src/xsd
diff options
context:
space:
mode:
authorRob Mensching <rob@firegiant.com>2025-02-14 12:54:44 -0800
committerRob Mensching <rob@firegiant.com>2025-03-18 15:55:06 -0700
commit18cb000f90edc49e3265fa0e74318d35c72cd9cb (patch)
tree4a4ad1867bbbd4b00f2f5dc2f9c23de03ebea1ef /src/xsd
parent777b28beb32b2013e9feb77a9a18af397265f4ba (diff)
downloadwix-18cb000f90edc49e3265fa0e74318d35c72cd9cb.tar.gz
wix-18cb000f90edc49e3265fa0e74318d35c72cd9cb.tar.bz2
wix-18cb000f90edc49e3265fa0e74318d35c72cd9cb.zip
WiX v6 changes to the UI extension
Diffstat (limited to 'src/xsd')
-rw-r--r--src/xsd/ui.xsd8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/xsd/ui.xsd b/src/xsd/ui.xsd
index bfb9c39f..cb5899ed 100644
--- a/src/xsd/ui.xsd
+++ b/src/xsd/ui.xsd
@@ -56,6 +56,14 @@
56 </xs:documentation> 56 </xs:documentation>
57 </xs:annotation> 57 </xs:annotation>
58 </xs:attribute> 58 </xs:attribute>
59 <xs:attribute name="ExtendedPathValidation" type="wxs:YesNoTypeUnion">
60 <xs:annotation>
61 <xs:documentation>
62 Enable checks to test whether the package is being installed to a network share or removable
63 disk. The default is no.
64 </xs:documentation>
65 </xs:annotation>
66 </xs:attribute>
59 <xs:anyAttribute namespace="##other" processContents="lax"> 67 <xs:anyAttribute namespace="##other" processContents="lax">
60 <xs:annotation> 68 <xs:annotation>
61 <xs:documentation> 69 <xs:documentation>