简体   繁体   English

Windows Installer MSI能否使用户完全信任

[英]Can Windows installer msi make the user full trust

our applicaton is installing with windows installer. 我们的应用程序是使用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? 我们是否可以使windowos安装程序msi处于这个位置,以使用户成为对此应用程序的完全信任?

Best Regards Adnan 最好的问候阿德南

You'll need to add the correct manifest to your application, in this case it seems you will need requireAdministrator 您需要将正确的清单添加到您的应用程序中,在这种情况下,您似乎需要requireAdministrator

See http://msdn.microsoft.com/en-us/library/bb756929.aspx 请参阅http://msdn.microsoft.com/en-us/library/bb756929.aspx

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM