This website uses cookies. By clicking Accept, you consent to the use of cookies. Click Here to learn more about how we use cookies.
Turn on suggestions
Auto-suggest helps you quickly narrow down your search results by suggesting possible matches as you type.
- Revenera Community
- :
- InstallShield
- :
- InstallShield Forum
- :
- Re: Difference between Local Admin and User part of group Admin ?
Subscribe
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Subscribe
- Mute
- Printer Friendly Page
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
Aug 09, 2017
12:18 AM
Difference between Local Admin and User part of group Admin ?
Hello Friends,
I am facing a unique problem. My Installer is suppose to work with administrator user.
The scenario here is, when user is logged as local administrator, all goes well..
BUT, when logged in user is part of Administrator group, and invokes the setup, it fails in performing some actions due to insufficient admin privileges..
Why is it so? I am not doing anything specifically for this behavior,I have just set the requires administrator privileges settings in Release section.
My question is - Ideally both Local Admin user AND user part of Admin group, should have equal rights, but then why the behavior is different in Installshield?
Any thoughts please.
Thanks
I am facing a unique problem. My Installer is suppose to work with administrator user.
The scenario here is, when user is logged as local administrator, all goes well..
BUT, when logged in user is part of Administrator group, and invokes the setup, it fails in performing some actions due to insufficient admin privileges..
Why is it so? I am not doing anything specifically for this behavior,I have just set the requires administrator privileges settings in Release section.
My question is - Ideally both Local Admin user AND user part of Admin group, should have equal rights, but then why the behavior is different in Installshield?
Any thoughts please.
Thanks
(1) Reply
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
Aug 14, 2017
12:44 PM
This sounds like it would be related to User Account Control (UAC). If you read this page it might help explain some of it. Specifically, I think this relates to what you are describing.
User accounts that are members of the local Administrators group run most applications as a standard user
https://technet.microsoft.com/en-us/library/cc709691(v=ws.10).aspx
Chad