loader/wine.inf: Open pdf files using winebrowser.

Signed-off-by: André Hentschel <nerv@dawncrow.de>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
André Hentschel 2016-09-05 22:56:31 +02:00 committed by Alexandre Julliard
parent 1bf7c738d9
commit 3e997a75d3
1 changed files with 7 additions and 0 deletions

View File

@ -179,6 +179,7 @@ HKCR,.ini,,2,"inifile"
HKCR,.lnk,,2,"lnkfile"
HKCR,.msi,,2,"Msi.Package"
HKCR,.msp,,2,"Msi.Patch"
HKCR,.pdf,,2,"pdffile"
HKCR,.rtf,,2,"rtffile"
HKCR,.wri,,2,"wrifile"
HKCR,*\shellex\ContextMenuHandlers,,16
@ -223,6 +224,12 @@ HKCR,Msi.Package\shell\Uninstall\command,,2,"%11%\msiexec.exe /x ""%1"""
HKCR,Msi.Patch,,2,"Windows Installer Patch"
HKCR,Msi.Patch\DefaultIcon,,2,"msiexec.exe"
HKCR,Msi.Patch\shell\Open\command,,2,"%11%\msiexec.exe /p ""%1"""
HKCR,pdffile,,2,"PDF Document"
HKCR,pdffile\shell\open\command,,2,"""%11%\winebrowser.exe"" -nohome"
HKCR,pdffile\shell\open\ddeexec,,2,"""%1"",,-1,0,,,,"
HKCR,pdffile\shell\open\ddeexec,"NoActivateHandler",2,""
HKCR,pdffile\shell\open\ddeexec\Application,,2,"IExplore"
HKCR,pdffile\shell\open\ddeexec\Topic,,2,"WWW_OpenURL"
HKCR,rtffile,,2,"Rich Text Document"
HKCR,rtffile\shell\open\command,,2,"""%16422%\Windows NT\Accessories\wordpad.exe"" %1"
HKCR,rtffile\shell\print\command,,2,"""%16422%\Windows NT\Accessories\wordpad.exe"" /p %1"