aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRob Mensching <rob@firegiant.com>2025-02-14 12:54:44 -0800
committerRob Mensching <rob@firegiant.com>2025-02-14 12:54:44 -0800
commit3581898b7940715d9b4153e37a8c3040835d75c8 (patch)
treecef6a4b329a65fe550f8bb9a8927a6b8b5ac6b79
parent43a35021f49d23c785865cb39d232e94b5aa5c4e (diff)
downloadwix-3581898b7940715d9b4153e37a8c3040835d75c8.tar.gz
wix-3581898b7940715d9b4153e37a8c3040835d75c8.tar.bz2
wix-3581898b7940715d9b4153e37a8c3040835d75c8.zip
WiX v6 changes to the UI extension
-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>