wine.inf: Register an 'install' verb with the shell for .inf files.
This commit is contained in:
parent
2fc39aacf9
commit
8530d23754
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue