Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有使用“安全波”安全性的用户。显然它是某种白名单应用程序监视器。
使用我的单击一次应用程序,使用的文件夹名称是运行时生成的,因此管理员无法正确地将应用程序及其文件列入白名单。
有什么建议么?
无法覆盖 ClickOnce 安装位置。正如您所说,它是运行时生成的,并且驻留在单个用户目录中的用户 ClickOnce 应用程序缓存中。您是否考虑过让管理员将此特定文件夹列入白名单?
我想处理它的唯一其他方法是切换到 Windows Installer 并自己实现更新代码,这显然不是想法。将 Click Once 缓存列入白名单是最简单的方法,但显然要考虑到这样做的安全性考虑。