storagenode/windows-installer: ignore set firewall exception error
Change-Id: I176bfa4024a7395c0f68c67c5d804346a31aaeaf
This commit is contained in:
parent
2be93df566
commit
e0d71dcaeb
@ -46,7 +46,7 @@
|
||||
</ServiceInstall>
|
||||
<ServiceControl Id="StoragenodeStartService" Start="install" Stop="both" Remove="both" Name="storagenode" Wait="yes" />
|
||||
|
||||
<fire:FirewallException Id="StoragenodePort" Name="storagenode.exe" Port="28967" Scope="any"/>
|
||||
<fire:FirewallException Id="StoragenodePort" Name="storagenode.exe" Port="28967" Scope="any" IgnoreFailure="yes"/>
|
||||
</Component>
|
||||
|
||||
<Component Id="ExecutableUpdater" Guid="{CBD06EA1-73F7-4B3E-9D31-EEB2A8175542}" Win64='yes'>
|
||||
|
Loading…
Reference in New Issue
Block a user