wine.inf: Add 2 keys for *.chm files.
This commit is contained in:
parent
0cca1ea876
commit
afb8f6257b
|
@ -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)]"
|
||||
|
|
Loading…
Reference in New Issue