wine.inf: Add 2 keys for *.chm files.

This commit is contained in:
Louis Lenders 2007-10-07 09:33:33 +01:00 committed by Alexandre Julliard
parent 0cca1ea876
commit afb8f6257b
1 changed files with 2 additions and 0 deletions

View File

@ -87,6 +87,7 @@ Services="System\CurrentControlSet\Services"
[Classes]
HKCR,.avi,"Content Type",2,"video/avi"
HKCR,.chm,,2,"chm.file"
HKCR,.dll,"Content Type",2,"application/x-msdownload"
HKCR,.exe,,2,"exefile"
HKCR,.exe,"Content Type",2,"application/x-msdownload"
@ -108,6 +109,7 @@ HKCR,.wri,,2,"wrifile"
HKCR,.wav,"Content Type",2,"audio/wav"
HKCR,.xml,"Content Type",2,"text/xml"
HKCR,.xsl,"Content Type",2,"text/xsl"
HKCR,chm.file\shell\open\command,,2,"%11%\hh.exe %1"
HKCR,exefile\DefaultIcon,,2,"%1"
HKCR,exefile\shell\open\command,,2,"""%1"" %*"
HKCR,folder\shell\open\ddeexec,,2,"[ViewFolder("%l", %I, %S)]"