InstallShield 2011 在系统上下文中立即执行

发布于 2024-11-29 22:44:33 字数 126 浏览 2 评论 0原文

我想编写一个自定义操作,它将在所有其他自定义操作之上执行并在系统上下文中执行。如果我使用“立即执行”,则它将在登录的用户上下文中执行,如果我使用“系统上下文中的延迟执行”,则此自定义操作将在其他自定义操作之后执行。遇到这种情况我该怎么办?

I want to write a custom action which will execute above all other custom actions and execute in system context. If I use "immediate execution" then it executes in logged in users context and if I use "deferred execution in system context" then this custom action executes after other custom actions. What should I do to handle this kind of scenario?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

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

发布评论

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

评论(1

此刻的回忆 2024-12-06 22:44:33

只有延迟操作可以在系统上下文中执行。它在其他延迟操作之间按照预定顺序执行。如果此操作必须是第一个运行的操作,则您将需要一个引导程序来提升权限并开始安装。

另请注意:延迟操作对安装属性的访问非常有限。

Only deferred actions can be executed in system context. It is executed at its scheduled sequence between other deferred actions. If this action must be the first action run, you would need a bootstrapper which will elevate permissions and the start your installation.

Note also: Deferred actions have very limited access to the properties of the install.

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