The source code schema for the WiX Toolset Firewall Extension.
Registers an exception for a program or a specific port and protocol in the Windows Firewall.
For more information about the Windows Firewall, see [Windows Firewall with Advanced Security](https://learn.microsoft.com/en-us/previous-versions/windows/desktop/ics/windows-firewall-advanced-security-start-page).
Explicitly-listed remote addresses that this exception allows through the
firewall.
Extensibility point in the WiX XML Schema. Schema extensions can register additional
elements at this point in the schema.
Unique ID of this firewall exception. If the Id is not specified, one will be generated.
Name of this firewall exception, visible to the user in the firewall
control panel.
The action for this firewall exception.
Indicates whether the firewall exception should be enabled.
Grouping for the firewall exception.
ICMP types and codes for the firewall exception.
Interface for the firewall exception.
Interface type for the firewall exception.
IPSec secure flags for the firewall exception.
Local AppPackageId for the firewall exception.
Local user authorized list for the firewall exception.
Local user owner for the firewall exception.
Local scope for the firewall exception.
The scope of this firewall exception, which indicates whether incoming
connections can come from any computer including those on the Internet
or only those on the local network subnet. To more precisely specify
allowed remote address, specify a custom scope using RemoteAddress
child elements.
Port to allow through the firewall for this exception. By default,
any program is allowed access through the port unless a File or
Program attribute is specified.
IP protocol used for this firewall exception. If Port is defined,
"tcp" is assumed if the protocol is not specified.
Identifier of a File to be granted access through the firewall. By default,
all incoming ports and protocols are allowed unless the Port and.or Protocol
attributes are specified.
If you use File, you cannot also use Program.
Path to a target program to be granted access through the firewall. By default,
all incoming ports and protocols are allowed unless the Port and.or Protocol
attributes are specified.
Note that this is a formatted field, so you can use [#fileId]
syntax to refer to a file being installed. If you use Program, you cannot
also use File.
If "yes", failures to register this firewall exception will be silently
ignored. If "no" (the default), failures will cause rollback.
Profile type for this firewall exception. Default is "all".
Description for this firewall rule displayed in Windows Firewall manager.
Sets the edge traversal of the firewall exception.
Installation instruction when updating the firewall exception.
If "yes", registers an outbound firewall rule. The default is "no".
Remote machine authorized list for the firewall exception.
Remote user authorized list for the firewall exception.
Remote port for the firewall exception.
Service for the firewall exception. Cannot be specified when the firewall exception is a child of a service element.
Extensibility point in the WiX XML Schema. Schema extensions can register additional
attributes at this point in the schema.
[WiX v5] Registers a local address to the firewall rule.
Extensibility point in the WiX XML Schema. Schema extensions can register additional
elements at this point in the schema.
A local address to which the port or program can listen. See [LocalAddresses](https://learn.microsoft.com/en-us/windows/win32/api/netfw/nf-netfw-inetfwrule-get_localaddresses)
for examples.
Extensibility point in the WiX XML Schema. Schema extensions can register additional
attributes at this point in the schema.
[WiX v5] Registers an interface with the firewall rule.
Extensibility point in the WiX XML Schema. Schema extensions can register additional
elements at this point in the schema.
A interface to which the firewall rule applices. See [Interfaces](https://learn.microsoft.com/en-us/windows/win32/api/netfw/nf-netfw-inetfwrule-get_interfaces)
for examples.
Extensibility point in the WiX XML Schema. Schema extensions can register additional
attributes at this point in the schema.
[WiX v5] Registers an inteface type to the firewall rule.
Extensibility point in the WiX XML Schema. Schema extensions can register additional
elements at this point in the schema.
A interface type to which the firewall rule applices. See [Interfaces](https://learn.microsoft.com/en-us/windows/win32/api/netfw/nf-netfw-inetfwrule-get_interfaces)
for examples.
Extensibility point in the WiX XML Schema. Schema extensions can register additional
attributes at this point in the schema.
Extensibility point in the WiX XML Schema. Schema extensions can register additional
elements at this point in the schema.
A remote address to which the port or program can listen. See [RemoteAddresses](https://learn.microsoft.com/en-us/windows/win32/api/netfw/nf-netfw-inetfwrule-get_remoteaddresses)
for examples.
Extensibility point in the WiX XML Schema. Schema extensions can register additional
attributes at this point in the schema.
A type that represents a Property reference.
Allows "yes" or "true" or "no" or "false" or a Property reference.