Commit 3e997a75 authored by André Hentschel's avatar André Hentschel Committed by Alexandre Julliard

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

parent 1bf7c738
......@@ -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"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment