Vista's registry virtualization

G

Guest

Hi,
I have different accounts (administrator, users and power user), so I can
not write into my Registry (HKLM) in the user mode. And I don't want to write
into HKCUser beacause is not accessible by other account.
I don't want to "Run as administator", but I want to write in the registry
in the zone accessible by the user accounts (like administrator or another
users).

What is the location shared by all account ?
Best Regards
 
J

Jimmy Brush

Hello,

There is not an area of the registry that is writable by all accounts. If
you require this, you will need to configure this manually: run regedit and
create a registry key inside of HKLM and change the permissions on this key
so that the users group has write access (right-click it and click
permissions).
 
G

Guest

Is it possible to configure the permissions inside the InstallShield
12 setup ?

OS & Driver Product Engineer
 
G

Guest

Thank for your reply,

Is it possible to configure the permissions inside the InstallShield 12
setup ?

Jean yves
 
S

Steve

Any installer runs with Admin privileges, so you can write to HKLM.

The simple rules are :

Write to HKLM at install
Read from HKLM at runtime
Read/Write to HKCU at runtime

As for your Q, "can you do this with installshield". I am sure you can, but
its been awhile since I have created an installer with install shield. You
may need to create your own custom action.

Steve
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top