WebAddress Element (Iis Extension)

Windows Installer XML (WiX) v3.0

WebAddress Element (Iis Extension)

Description
WebAddress for WebSite
Windows Installer references
None
Parents
WebSite
Inner Text
None
Children
None
Attributes
Name Type Description Required
Id String   Yes
Header String    
IP String 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.
 
Port String   Yes
Secure YesNoType Determines if this address represents a secure binding. The default is 'no'.  
See Also
Iis Schema