UrlReservation Element (Http Extension)

WiX Toolset

UrlReservation Element (Http Extension)

Description
Makes a reservation record for the HTTP Server API configuration store on Windows XP SP2, Windows Server 2003, and later. For more information about the HTTP Server API, see HTTP Server API .
Windows Installer references
None
Parents
Component, ServiceInstall
Inner Text
None
Children
Choice of elements (min: 0, max: unbounded)
  • UrlAce (min: 0, max: unbounded)
Attributes
Name Type Description Required
HandleExisting Enumeration Specifies the behavior when trying to install a URL reservation and it already exists. This attribute's value must be one of the following:
replace
Replaces the existing URL reservation (the default).
ignore
Keeps the existing URL reservation.
fail
The installation fails.
 
Id String Unique ID of this URL reservation. If this attribute is not specified, an identifier will be generated automatically.  
Sddl String Security descriptor to apply to the URL reservation. Can't be specified when using children UrlAce elements.  
Url String The UrlPrefix string that defines the portion of the URL namespace to which this reservation pertains. Yes
See Also
Http Schema