Setting Registry Permissions with InstallShield 2010..
Hi all,
I'm just wondering if or how I set permissions on an HKLM key for Read rights for Everyone. Is that possible?
Also, is it possible to set Write permissions on an HKLM key and have our app tweak that in, lets say, the Windows 7 world. Or would the app have to be running as Admin to tweak those keys.
What I'm exploring is storring some information in an HKLM key, All users that use the app could either read and write to that or we would change our app to copy the HKLM values to HKCU.
Any tips, hlep, info appreciated!
I'm just wondering if or how I set permissions on an HKLM key for Read rights for Everyone. Is that possible?
Also, is it possible to set Write permissions on an HKLM key and have our app tweak that in, lets say, the Windows 7 world. Or would the app have to be running as Admin to tweak those keys.
What I'm exploring is storring some information in an HKLM key, All users that use the app could either read and write to that or we would change our app to copy the HKLM values to HKCU.
Any tips, hlep, info appreciated!
0 Comments
[ + ] Show comments
Answers (3)
Please log in to answer
Posted by:
anonymous_9363
12 years ago
Posted by:
Superfreak3
12 years ago
I'm guessing that the InstallShield Registry interface acts on the lockPermissions table, but I haven't played with it yet. I don't know how to enter the user so that Everyone has at least Read access.
I'll check out the alternatives you mentioned.
Yes, my goal is to push all HKCU stuff to be derived from HKLM by the app.
I'll check out the alternatives you mentioned.
Yes, my goal is to push all HKCU stuff to be derived from HKLM by the app.
Posted by:
Arminius
12 years ago
That sounds like a challenging way to recreate what an advertised shortcut will do. Rather than copying HKLM info, put the reg keys in a component that your advertised shortcut covers. First time the user runs the app, it will set up. Lots easier than setting permissions and copying keys when the MSI's logic will do that for you.
Rating comments in this legacy AppDeploy message board thread won't reorder them,
so that the conversation will remain readable.
so that the conversation will remain readable.