Actually, I’d like to ask a follow-up question to clarify something. Normally, I would run VirusTotal and then contact each vendor that flagged our app and apply to be whitelisted. However, it turns out that while none of them (including Kaspersky) actually flag any of our executable files, many of them block incoming connections on ports we use by default. This leads to frequent user support incidents where we have to determine which security software they have installed and then walk them through the process of creating firewall exceptions. Our (signed) installer automatically adds the necessary exceptions to Windows Defender Firewall, but for third-party security software with firewall functionality like Kaspersky, it’s not clear whether there’s a whitelist for firewall ports, or some kind of configuration API that a signed installer can access, or …?