Is your feature request related to a problem? Please describe.
On some locked-down Windows system, the first time a program like erl.exe or epmd.exe starts a popup is shown to create a firewall rule for it. This precludes 100% silent installations on these systems.
Describe the solution you'd like
Use code like this to allow Erlang programs through the firewall:
https://github.com/lukebakken/misc/blob/main/ps1/windows-firewall.ps1
Describe alternatives you've considered
No response
Additional context
rabbitmq/rabbitmq-server#8609
Is your feature request related to a problem? Please describe.
On some locked-down Windows system, the first time a program like
erl.exeorepmd.exestarts a popup is shown to create a firewall rule for it. This precludes 100% silent installations on these systems.Describe the solution you'd like
Use code like this to allow Erlang programs through the firewall:
https://github.com/lukebakken/misc/blob/main/ps1/windows-firewall.ps1
Describe alternatives you've considered
No response
Additional context
rabbitmq/rabbitmq-server#8609