设置“以管理员身份运行”以编程方式标记

发布于 2024-09-13 00:27:51 字数 140 浏览 5 评论 0原文

是否可以以编程方式在 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

帅气称霸 2024-09-20 00:27:51

上游构建过程应该使用 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.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文