mirror of
https://github.com/debauchee/barrier.git
synced 2026-05-08 14:41:57 +08:00
issue #3996 - Installer fails when Windows Firewall is disabled
issue solved
This commit is contained in:
@@ -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" />
|
||||
|
||||
Reference in New Issue
Block a user