Anich Gregor wrote:
Hi!
Maybe this is a stupid idea, don't know...
Wouldn't it be possible to use a special registry type which we use for our
strings with environment vars, which gets expanded but otherwise looks like
REG_SZ?
The registry doesn't care about the content of a value. you can assign
any type to it. However for this purpose there's REG_EXPAND_SZ
Regards
Thomas