简体   繁体   中英

How to avoid adding a new Windows Firewall exemption every time an application is updated using Squirrel.Windows?

Whenever a fresh client is installed the request is generated for firewall access. On new install its acceptable.

As the application is updated, the exe location is changed and again the user gets a prompt for firewall access. That seems irritating.

Is there any solution for this problem?

The problem is that every time an application is updated, the user has to add (accept) a new firewall exemption.

I think we can fix this issue patching Squirrel.Windows in such a way so that Windows OS able to understand that it's the same application, not a different one on every update.

防火墙豁免窗口

解决此问题的最佳方法是使用代码签名证书对您的应用程序进行签名: https : //github.com/Squirrel/Squirrel.Windows/blob/master/docs/using/application-signing.md

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM