From 18cb000f90edc49e3265fa0e74318d35c72cd9cb Mon Sep 17 00:00:00 2001
From: Rob Mensching <rob@firegiant.com>
Date: Fri, 14 Feb 2025 12:54:44 -0800
Subject: WiX v6 changes to the UI extension

---
 src/xsd/ui.xsd | 8 ++++++++
 1 file changed, 8 insertions(+)

(limited to 'src/xsd')

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 @@
           </xs:documentation>
         </xs:annotation>
       </xs:attribute>
+      <xs:attribute name="ExtendedPathValidation" type="wxs:YesNoTypeUnion">
+        <xs:annotation>
+          <xs:documentation>
+            Enable checks to test whether the package is being installed to a network share or removable
+            disk. The default is no.
+          </xs:documentation>
+        </xs:annotation>
+      </xs:attribute>
       <xs:anyAttribute namespace="##other" processContents="lax">
         <xs:annotation>
           <xs:documentation>
-- 
cgit v1.2.3-55-g6feb