WebAddress for WebSite Extensibility point in the WiX XML Schema. Schema extensions can register additional elements at this point in the schema. Identifier for the web application. If the Id is not specified, it will be generated. The IP address to locate an existing WebSite or create a new WebSite. When the WebAddress is part of a WebSite element used to locate an existing web site the following rules are used:
  • When this attribute is not specified only the "All Unassigned" IP address will be located.
  • When this attribute is explicitly specified only the specified IP address will be located.
  • When this attribute has the value "*" then any IP address including the "All Unassigned" IP address will be located
When the WebAddress is part of a WebSite element used to create a new web site the following rules are used:
  • When this attribute is not specified or the value is "*" the "All Unassigned" IP address will be used.
  • When this attribute is explicitly specified the IP address will use that value.
The IP attribute can contain a formatted string that is processed at install time to insert the values of properties using [PropertyName] syntax.
Determines if this address represents a secure binding. The default is 'no'. Extensibility point in the WiX XML Schema. Schema extensions can register additional attributes at this point in the schema.