wine.inf: Add HKCR\folder\shellex\ContextMenuHandlers and HKCR\*\shellex\ContextMenuHandlers keys.
Signed-off-by: Austin English <austinenglish@gmail.com> Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
parent
8ba649563c
commit
c23b6f5a9f
|
@ -175,6 +175,7 @@ HKCR,.msi,,2,"Msi.Package"
|
|||
HKCR,.msp,,2,"Msi.Patch"
|
||||
HKCR,.rtf,,2,"rtffile"
|
||||
HKCR,.wri,,2,"wrifile"
|
||||
HKCR,*\shellex\ContextMenuHandlers,,16
|
||||
HKCR,chm.file,,2,"Compiled HTML Help File"
|
||||
HKCR,chm.file\DefaultIcon,,2,"%10%\hh.exe,0"
|
||||
HKCR,chm.file\shell\open\command,,2,"%10%\hh.exe %1"
|
||||
|
@ -188,6 +189,7 @@ HKCR,exefile\shell\open\command,,2,"""%1"" %*"
|
|||
HKCR,folder\shell\open\ddeexec,,2,"[ViewFolder("%l", %I, %S)]"
|
||||
HKCR,folder\shell\open\ddeexec,"NoActivateHandler",2,""
|
||||
HKCR,folder\shell\open\ddeexec\application,,2,"Folders"
|
||||
HKCR,folder\shellex\ContextMenuHandlers,,16
|
||||
HKCR,hlpfile,,2,"Help File"
|
||||
HKCR,hlpfile\shell\open\command,,2,"%11%\winhlp32.exe %1"
|
||||
HKCR,htmlfile\shell\open\command,,2,"""%11%\winebrowser.exe"" -nohome"
|
||||
|
|
Loading…
Reference in New Issue