Windows installer msi 能否让用户完全信任
我们的应用程序正在使用 Windows 安装程序进行安装。一切工作正常,但应用程序本身是完全受信任的,不允许在级别较低的员工计算机上运行(不完全受信任)。 我的问题是,有什么办法可以让用户在安装过程中完全信任这个应用程序吗? 我们可以让我们的windowos安装程序msi处于这个位置,以使用户完全信任这个应用程序吗?
此致 阿德南
our applicaton is installing with windows installer. The things working fine but the application itself is full trusted and not allowing to run on the employee's computer with less level (not full trusted).
My question is that, is there any way to make the user full trusted for this application during the installation?
Can we make our windowos installer msi in this position to make the user as full trusted for this application?
Best Regards
Adnan
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您需要将正确的清单添加到您的应用程序中,在这种情况下,您似乎需要
requireAdministrator
请参阅http://msdn.microsoft.com/en-us/library/bb756929.aspx
You'll need to add the correct manifest to your application, in this case it seems you will need
requireAdministrator
See http://msdn.microsoft.com/en-us/library/bb756929.aspx