If a certain registry key (REG_SZ) doesn't already exist, then I want it to be installed with a specified value.
But if the key does exist, then I want the existing value to be retained. That is, I don't want to prepend, append, or replace the existing value - but those seem to be the only options that are available to me.
How can I preserve an existing value?
Thanks.