Vijay Kiran Kamuju <infyquest(a)gmail.com> writes:
On Mon, Apr 22, 2019 at 7:20 PM Alexandre Julliard <julliard(a)winehq.org> wrote:
Zhiyi Zhang <zzhang(a)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(a)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.
No, it should be created as non-volatile in the code that uses it. There's no reason to split the creation of that key in two different places. -- Alexandre Julliard julliard(a)winehq.org