设置“以管理员身份运行”以编程方式标记
是否可以以编程方式在 exe 文件或快捷方式文件上设置“以管理员身份运行”标志?
如果我将其作为安装过程的一部分,Installshield 是否支持此功能?
我正在尝试为此找到相关的命令行/API/installshield 命令。
Is it possible to programmatically set the "Run As Administrator" flag on exe file or shortcut file?
Does Installshield support this functionality if i'll do it as part of the installation process?
I'm trying to find the relevant command line / API / installshield command for this.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
上游构建过程应该使用 require 管理员属性来显示您的 EXE。这与InstallShield或快捷方式没有任何关系。正确完成后,当用户单击快捷方式时,Windows 将看到清单,并且 UAC 将提示提升权限。
The upstream build process should be manifesting your EXE with the require administrator attribute. This doesn't have anything to do with InstallShield or the shortcut. Done correctly when the user clicks the shortcut, Windows will see the manifest and UAC will prompt for elevation.