Augusto Arcoverde da Rocha wrote:
I'm tring store some marks as comments inside of system register, but when I start some wine process and it finish the comments have disappeared from the register file. Is this the expected behaviour?
Yes.
As the registry is both read and written, and there's no API level requirement to preserve comments, they're not preserved.
You could put them in tools/wine.inf if you like.
Mike