vote up 1 vote down star

Hello, 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

flag
By being 'Full trusted', do you mean as it having administrator permissions? – Daniel S Oct 26 at 16:01

2 Answers

vote up -1 vote down

yes i mean administrator level permission because the employees are getting security exceptions. The installation is running successfully but starting the application causing problem without full trust level.

link|flag
vote up 0 vote down

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

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.