diff options
Diffstat (limited to 'src/wixext/firewall.xsd')
-rw-r--r-- | src/wixext/firewall.xsd | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/src/wixext/firewall.xsd b/src/wixext/firewall.xsd index d64aafef..fec7e37a 100644 --- a/src/wixext/firewall.xsd +++ b/src/wixext/firewall.xsd | |||
@@ -141,7 +141,7 @@ | |||
141 | <xs:attribute name="IgnoreFailure" type="YesNoType"> | 141 | <xs:attribute name="IgnoreFailure" type="YesNoType"> |
142 | <xs:annotation> | 142 | <xs:annotation> |
143 | <xs:documentation> | 143 | <xs:documentation> |
144 | If "yes," failures to register this firewall exception will be silently | 144 | If "yes", failures to register this firewall exception will be silently |
145 | ignored. If "no" (the default), failures will cause rollback. | 145 | ignored. If "no" (the default), failures will cause rollback. |
146 | </xs:documentation> | 146 | </xs:documentation> |
147 | </xs:annotation> | 147 | </xs:annotation> |
@@ -170,6 +170,14 @@ | |||
170 | </xs:documentation> | 170 | </xs:documentation> |
171 | </xs:annotation> | 171 | </xs:annotation> |
172 | </xs:attribute> | 172 | </xs:attribute> |
173 | |||
174 | <xs:attribute name="Outbound" type="YesNoType"> | ||
175 | <xs:annotation> | ||
176 | <xs:documentation> | ||
177 | If "yes", registers an outbound firewall rule. | ||
178 | </xs:documentation> | ||
179 | </xs:annotation> | ||
180 | </xs:attribute> | ||
173 | </xs:complexType> | 181 | </xs:complexType> |
174 | </xs:element> | 182 | </xs:element> |
175 | 183 | ||