当我尝试在 Windows-XP 上安装 WebService 时出现错误

发布于 2024-11-15 12:13:24 字数 259 浏览 1 评论 0原文

我尝试在 Windows-XP 上安装 WebService,

但收到此错误:

The installation of 
C:\MyWS\MyWS_Setup.msi
is not permitted due to an error in software restriction policy processing.
The object cannot be trusted

可能是什么问题?

提前致谢

i try to install my WebService on Windows-XP,

and i got this error:

The installation of 
C:\MyWS\MyWS_Setup.msi
is not permitted due to an error in software restriction policy processing.
The object cannot be trusted

what can be the problem ?

thanks in advance

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

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

发布评论

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

评论(1

能怎样 2024-11-22 12:13:24

运行regedit并验证此键下是否没有禁用安装程序的策略限制:

[HKEY_LOCAL_MACHINE\Software\Policies\Microsoft\Windows\Installer]

如果有,只需右键单击它们并删除它们。可能需要重新启动。

限制名称将是“DisableMsi”

另外,作为测试,如果您在安全模式下以管理员身份登录 - 您可以尝试创建一个新的用户帐户并为其授予管理权限,并在正常模式下的新帐户下测试这些问题?

另一件事,只是为了确保您在“正常”模式下遇到问题的帐户确实具有管理权限,您是否可以右键单击“开始”选项卡并查看是否存在“打开”和“探索”“所有用户”?

Run regedit and verify that there are no policy restrictions disabling installer under this key:

[HKEY_LOCAL_MACHINE\Software\Policies\Microsoft\Windows\Installer]

If there are, just right click on them and delete them. A reboot may be necessary.

The restriction name would be "DisableMsi"

Also, as a test, if you are logging in as Administrator in Safe Mode -- could you try creating a new User Account and giving it Administrative rights and test these issues under the new account in normal mode?

One more thing, just to make sure the account you are having problems with in "normal" mode really has administrative rights, would you right click on the Start tab and see if "open" and "explore" "All Users" is present?

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