12 lines
526 B
XML
12 lines
526 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<Wix xmlns="http://schemas.microsoft.com/wix/2006/wi"
|
|
xmlns:http="http://schemas.microsoft.com/wix/HttpExtension">
|
|
<Fragment>
|
|
<Component Id="URLReservation" Guid="{35F39190-88CA-4D1D-B066-9F9CAB328F4D}" Directory="INSTALLFOLDER" KeyPath="yes">
|
|
<http:UrlReservation Id="EndpointUrlAcl" Url="http://*:[SERVICEPORT]/" HandleExisting="ignore">
|
|
<http:UrlAce SecurityPrincipal="Everyone" Rights="all"/>
|
|
</http:UrlReservation>
|
|
</Component>
|
|
</Fragment>
|
|
</Wix>
|