aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRob Mensching <rob@firegiant.com>2026-03-04 13:12:17 -0800
committerRob Mensching <rob@firegiant.com>2026-03-05 07:36:42 -0800
commit476661d6b56022f1085cc08ccc1af4effcbe8ce3 (patch)
treed8f41997a2866742892af020991b71f2b71bd25a
parenta444435287f81b5e0ac66b849db7387f9def1d82 (diff)
downloadwix-476661d6b56022f1085cc08ccc1af4effcbe8ce3.tar.gz
wix-476661d6b56022f1085cc08ccc1af4effcbe8ce3.tar.bz2
wix-476661d6b56022f1085cc08ccc1af4effcbe8ce3.zip
Mark Firewall Enabled attribute new to WiX v5
Fixes 8932
-rw-r--r--src/xsd/firewall/FirewallException.xsd2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/xsd/firewall/FirewallException.xsd b/src/xsd/firewall/FirewallException.xsd
index 5202ea75..099ab73a 100644
--- a/src/xsd/firewall/FirewallException.xsd
+++ b/src/xsd/firewall/FirewallException.xsd
@@ -57,7 +57,7 @@
57 </annotation> 57 </annotation>
58 </attribute> 58 </attribute>
59 59
60 <attribute name="Enabled" type="FirewallYesNoPropertyType"> 60 <attribute name="Enabled" type="FirewallYesNoPropertyType" version="5">
61 <annotation> 61 <annotation>
62 <documentation> 62 <documentation>
63 Indicates whether the firewall exception should be enabled. 63 Indicates whether the firewall exception should be enabled.