使用 NSIS 时指定 Windows 用户帐户控制 (UAC) 的发布者名称?
使用 NSIS(Nullsoft 脚本化安装系统)时是否可以指定 Windows 用户帐户控制 (UAC) 的发布者名称?
Is it possible to specify the publisher name for Windows's User Account Control (UAC) when using NSIS (Nullsoft Scriptable Install System)?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
您必须对安装程序进行数字签名。
You must digitally sign the installer.
您需要对安装程序进行数字签名,不幸的是,这在 NSIS 代码中有点难看,因为在正确的时刻执行 Signtool 是棘手的。
You need to digitally sign the installer, unfortunately this is somewhat ugly in NSIS code since executing signtool at the correct moment is tricky.