Commit 8530d237 authored by Hans Leidekker's avatar Hans Leidekker Committed by Alexandre Julliard

wine.inf: Register an 'install' verb with the shell for .inf files.

parent 2fc39aac
...@@ -92,6 +92,7 @@ HKCR,.htm,,2,"htmlfile" ...@@ -92,6 +92,7 @@ HKCR,.htm,,2,"htmlfile"
HKCR,.htm,"Content Type",2,"text/html" HKCR,.htm,"Content Type",2,"text/html"
HKCR,.html,,2,"htmlfile" HKCR,.html,,2,"htmlfile"
HKCR,.html,"Content Type",2,"text/html" HKCR,.html,"Content Type",2,"text/html"
HKCR,.inf,,2,"inffile"
HKCR,.ini,,2,"inifile" HKCR,.ini,,2,"inifile"
HKCR,.jfif,"Content Type",2,"image/jpeg" HKCR,.jfif,"Content Type",2,"image/jpeg"
HKCR,.lnk,,2,"lnkfile" HKCR,.lnk,,2,"lnkfile"
...@@ -110,6 +111,7 @@ HKCR,folder\shell\open\ddeexec,"NoActivateHandler",2,"" ...@@ -110,6 +111,7 @@ HKCR,folder\shell\open\ddeexec,"NoActivateHandler",2,""
HKCR,folder\shell\open\ddeexec\application,,2,"Folders" HKCR,folder\shell\open\ddeexec\application,,2,"Folders"
HKCR,hlpfile\shell\open\command,,2,"%10%\winhelp.exe %1" HKCR,hlpfile\shell\open\command,,2,"%10%\winhelp.exe %1"
HKCR,htmlfile\shell\open\command,,2,"winebrowser" HKCR,htmlfile\shell\open\command,,2,"winebrowser"
HKCR,inffile\shell\install\command,,2,"%10%\rundll32.exe setupapi,InstallHinfSection DefaultInstall 132 %1"
HKCR,inifile\shell\open\command,,2,"%11%\notepad.exe %1" HKCR,inifile\shell\open\command,,2,"%11%\notepad.exe %1"
HKCR,inifile\shell\print\command,,2,"%11%\notepad.exe /p %1" HKCR,inifile\shell\print\command,,2,"%11%\notepad.exe /p %1"
HKCR,lnkfile,,2,"Shortcut" HKCR,lnkfile,,2,"Shortcut"
......
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