开发者

Can Windows installer msi make the user full trust

开发者 https://www.devze.com 2022-12-09 23:54 出处:网络
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 tr

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? C开发者_开发百科an we make our windowos installer msi in this position to make the user as full trusted for this application?

Best Regards Adnan


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

0

精彩评论

暂无评论...
验证码 换一张
取 消