issue #3996 - Installer fails when Windows Firewall is disabled

issue solved
This commit is contained in:
jerry 2014-05-28 10:57:28 +00:00
parent 2d91029de4
commit 3d6413fada
1 changed files with 1 additions and 1 deletions

View File

@ -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" />