wine.inf: Add inifile entries.

This commit is contained in:
Huw Davies 2006-07-26 13:59:48 +01:00 committed by Alexandre Julliard
parent bff25ffe79
commit 2a96095aa3
1 changed files with 3 additions and 0 deletions

View File

@ -89,6 +89,7 @@ HKCR,.htm,,,"htmlfile"
HKCR,.htm,"Content Type",,"text/html"
HKCR,.html,,,"htmlfile"
HKCR,.html,"Content Type",,"text/html"
HKCR,.ini,,,"inifile"
HKCR,.jfif,"Content Type",,"image/jpeg"
HKCR,.lnk,,,"lnkfile"
HKCR,.msi,,,"Msi.Package"
@ -104,6 +105,8 @@ HKCR,folder\shell\open\ddeexec,,,"[ViewFolder("%l", %I, %S)]"
HKCR,folder\shell\open\ddeexec,"NoActivateHandler",,""
HKCR,folder\shell\open\ddeexec\application,,,"Folders"
HKCR,htmlfile\shell\open\command,,,"winebrowser"
HKCR,inifile\shell\open\command,,,"%11%\notepad.exe %1"
HKCR,inifile\shell\print\command,,,"%11%\notepad.exe /p %1"
HKCR,lnkfile,"NeverShowExt",,""
HKCR,lnkfile,"IsShortcut",,"yes"
HKCR,lnkfile\CLSID,,,"{00021401-0000-0000-C000-000000000046}"