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
- :
- InstallAnywhere
- :
- InstallAnywhere Forum
- :
- Hkey_local_machine
Subscribe
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Subscribe
- Mute
- Printer Friendly Page
Not applicable
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎May 21, 2009
09:02 AM
Hkey_local_machine
Is there a way to test if a user running the installer has permissions to write to HKEY_LOCAL_MACHINE to ensure installer can create a new registry entry ?
(2) Replies
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎May 21, 2009
09:44 AM
you've a custom code API for checking if the user is member of the administrator group (so obviously in this case they can write in the registry).
Not applicable
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎May 21, 2009
09:58 AM
Yes - but as you said, it ONLY checks if member of administrators group.
Because being member of Power Users group also allows writing to the registry, my boss either wanted a check for that also, or just a basic test to see if they can write there...
I am just looking for any option at this point.....API does snto get me all the way there..
Because being member of Power Users group also allows writing to the registry, my boss either wanted a check for that also, or just a basic test to see if they can write there...
I am just looking for any option at this point.....API does snto get me all the way there..
pv7721 wrote:
you've a custom code API for checking if the user is member of the administrator group (so obviously in this case they can write in the registry).