wine.inf: Register the New menu as a directory background context menu handler.
commitcfab11e16a0a9c51ef8b30f6a2ef355466f4b315
authorMichael Müller <michael@fds-team.de>
Thu, 31 Mar 2016 21:23:09 +0000 (31 23:23 +0200)
committerAlexandre Julliard <julliard@winehq.org>
Fri, 1 Mar 2024 22:14:22 +0000 (1 23:14 +0100)
treebb73186f146b2ed9ccf30609eefd1568c69ae5c5
parentf0fc4a0d89bca83c1536c1f38f8eb93b789ddc53
wine.inf: Register the New menu as a directory background context menu handler.

CDBurnerXP expects the ContextMenuHandlers key to exist, and apparently
enumerates it until it receives ERROR_NO_MORE_ITEMS. If it fails to open the
key, it will spin forever trying to call RegEnumKeyExW(NULL) and getting
ERROR_INVALID_HANDLE.

We could simply create an empty ContextMenuHandlers key here, but this will
allow the New menu to work in the builtin explorer view once shellex handlers
are implemented.

Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=29523
loader/wine.inf.in