> This is incredibly strange. I used regedit and went to
> HKEY_LOCAL_MACHINE and create a new subkey under "Software". I added
[quoted text clipped - 10 lines]
> What gives? (I'm really hoping this is an easy explanation for
> someone, but I'm just not getting it.)
> > This is incredibly strange. I used regedit and went to
> > HKEY_LOCAL_MACHINE and create a new subkey under "Software". I added
[quoted text clipped - 17 lines]
>
> - Show quoted text -
Yes, of course. :(
That is SO LAME. Does this mean that I need to set app settings for
ALL users at install? What happens when a new user is created? I
need to edit the registry and create some default app settings, and I
obviously want these defaults to apply to all users.
If it's in the article, forgive me. I'm planning on reading it
tomorrow.
But even at a glance, I saw the big difference (redirect to users
location). :(
Thanks for the link!
Chad
Family Tree Mike - 28 Mar 2008 13:02 GMT
> > > This is incredibly strange. I used regedit and went to
> > > HKEY_LOCAL_MACHINE and create a new subkey under "Software". I added
[quoted text clipped - 34 lines]
>
> Chad
Be aware that registry virtualization not only occurs in Vista, but with 64
bit OS such as XP.
Regarding user settings, they should be stored under the HKEY_CURRENT_USER
path. If the user's settings are not found when the code is launched (such
as a new user is added to the computer), then copy from the safe place such
as HKEY_LOCAL_MACHINE. This way you are only reading from HKLM. Hopefully I
understood your concern correctly.