Commit afb8f625 authored by Louis Lenders's avatar Louis Lenders Committed by Alexandre Julliard

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

parent 0cca1ea8
......@@ -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)]"
......
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