storagenode/windows-installer: ignore set firewall exception error

Change-Id: I176bfa4024a7395c0f68c67c5d804346a31aaeaf
This commit is contained in:
Yaroslav Vorobiov 2020-05-26 17:43:41 +03:00
parent 2be93df566
commit e0d71dcaeb

View File

@ -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'>