I need to use the registry to store settings for my software. The settings are setup in the installation program.
We have been using HKey_Local_Machine in the past, but when installing in a corporate environment where the user does not have admin rights to the machine, we get errors writing to it.
If I use HKey_Current_User, then it will work ok, but if a different user logs in, then the registry settings are not there for them.
How can I do this without having to reinstall for every user. Or at least having to import regisrty settings for every user?
We can't assume an admin can be available to install all the time.
I've tried google searches but get overwealmed by too many sites that don't have info on what I am trying to do. Way too many sites talking about the registry...
What are my options here?
We have been using HKey_Local_Machine in the past, but when installing in a corporate environment where the user does not have admin rights to the machine, we get errors writing to it.
If I use HKey_Current_User, then it will work ok, but if a different user logs in, then the registry settings are not there for them.
How can I do this without having to reinstall for every user. Or at least having to import regisrty settings for every user?
We can't assume an admin can be available to install all the time.
I've tried google searches but get overwealmed by too many sites that don't have info on what I am trying to do. Way too many sites talking about the registry...
What are my options here?