issue #3996 - Installer fails when Windows Firewall is disabled
issue solved
This commit is contained in:
parent
2d91029de4
commit
3d6413fada
|
@ -84,7 +84,7 @@
|
|||
Start="install" Stop="both" Remove="uninstall" />
|
||||
|
||||
<File Source="$(var.BinPath)/synergys.exe">
|
||||
<fire:FirewallException Id="SereverFirewallException" Name="$(var.Name)" Scope="any" />
|
||||
<fire:FirewallException Id="SereverFirewallException" Name="$(var.Name)" Scope="any" IgnoreFailure="yes" />
|
||||
</File>
|
||||
|
||||
<File Source="$(var.BinPath)/synergyc.exe" />
|
||||
|
|
Loading…
Reference in New Issue