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

This commit is contained in:
Hans Leidekker 2007-03-16 13:55:28 +01:00 committed by Alexandre Julliard
parent 2fc39aacf9
commit 8530d23754
1 changed files with 2 additions and 0 deletions

View File

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