.NET
Microsoft Technologies based on the .NET software framework.
1,158 questions
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Hi. I am implementing an installer.
Since some of executable files open sockets so Windows Defender alerts for the files. This alert stops the application. So I am going to implement adding firewall rules by an installer. In order to add the rule, I use HNetCfg object.
Is there an installer that adds rules like this?
Is it OK to add a rule automatically by an installer?
Are there any points to consider, such as the security policy of the PC?