parent
de4dd18790
commit
1335dbddc7
@ -3,13 +3,12 @@
|
||||
xmlns:fire="http://schemas.microsoft.com/wix/FirewallExtension">
|
||||
<Fragment>
|
||||
<Component Id="DataCenterFirewallConfig" Directory="INSTALLFOLDER" KeyPath="yes" Guid="{7B874DAA-E2D6-493C-8EA8-2F6F3175E010}">
|
||||
<fire:FirewallException Id="FwallEx"
|
||||
Port="8800"
|
||||
Description="Flexitime DataCenter API/Website Port"
|
||||
Name="FlexitimeDataCenterException"
|
||||
Protocol="tcp"
|
||||
Scope="any"
|
||||
Profile="all"/>
|
||||
<fire:FirewallException Id="FwallEx"
|
||||
Port="8800"
|
||||
Description="Flexitime DataCenter API/Website Port"
|
||||
Name="Flexitime Data Center"
|
||||
Protocol="tcp"
|
||||
Scope="any" IgnoreFailure="yes"/>
|
||||
</Component>
|
||||
</Fragment>
|
||||
</Wix>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user