22 Apr
2019
22 Apr
'19
5:39 p.m.
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. --- Vijay