On Mon, Apr 22, 2019 at 7:20 PM Alexandre Julliard julliard@winehq.org wrote:
Zhiyi Zhang zzhang@codeweavers.com writes:
I think it's better to add this key in wine.inf
No, if there's existing code to create the subkey, it should create the top-level key too. That's better than relying on wine.inf.
-- Alexandre Julliard julliard@winehq.org
But the subkey is created as volatitle, the parent key is also created as volatile. But in windows, the parent key is not volatile. Hence I think if the parent key is created via the wine.inf file, its better.
--- Vijay