> However. . . in the registry, the programs still install to
> HKey_Current_User .
>
> Is there a way to install a program so that it, and it's settings are
> available to All Users?
Thanks Ian,
> No. The "All Users" profile is a special case, and only certain parts of its
> contents are actually used. In particular it does not contain any settings
> for programs. Its puspose is mainly to contain shortcuts that all users see.
I kinda figured that, and saw it before I posted.
> I could suggest a few workarounds:
>
> 1. Export the registry section to a .reg file, and use a logon-script to
> import this to each account.
which is what we are looking to avoid due to the large ammount of user
accounts we have to service, thanks for the idea though!
> 2. Use an app-packager such as InstallRite to make up a registry-patching
> .exe
Using Ghost's AI Builder at the moment, that was where I was able to
see where it was making changes in the registry, If I was able to find
a way in the registry around it, I'd be able to build it into each
auto-installer/ application package that I'm making.
> 3. Use a scripting language (AutoIt is recommended) to write the required
> registry changes. This is probably the best approach as it can be made more
> 'intelligent' such that it only copies keys which don't already exist, and
> thus doesn't over-write any changes the user subsequently makes.
A possibility,
Also my boss came up with an idea to overlay and redirect their
profile paths when they load. Hopefully he'll share a little bit
more of that process with me when we get there. .
Thanks so much for your help!