Our client-server app requires a common set of registry entries, for both the client and server components, as well as a set of registry entries specifically for the server
They are arranged as
HKLM\Software\OurApp\ <- main "shared" entries are under this key
HKLM\Software\OurApp\Server\ <- server specific keys
("OurApp" isnt the real key name)
I've added all the necessary keys/values into the registry manager, and then thinking that this was the way to achieve this, clicked on the "OurApp", and chose "Move to Feature", specifying the "Common" feature. I then chose the "Server1" key, and did the same, specifying "Server" as the feature.
However, when run, the keys and values show up under both client and server installs.
Its not a large number of key/values - and I could easily script them as a custom action - but I would hope that there would be a better/easier way...