Added mshtml.dll registration to wine.inf

Jacek Caban jack at itma.pwr.wroc.pl
Fri Jun 24 13:41:27 CDT 2005


This patch removes from wine.in keys that are registered by
mshtml. Funny thing is that
HKCR,.html,"Content Type",,"text/html"
is not registered by mshtml... Maybe we could move it to
mshtml.dll anyway?

Changelog:
    Added mshtml.dll registration to wine.inf
    Removed keys that are registered by mshtml.dll
-------------- next part --------------
Index: tools/wine.inf
===================================================================
RCS file: /home/wine/wine/tools/wine.inf,v
retrieving revision 1.35
diff -u -p -r1.35 wine.inf
--- tools/wine.inf	16 Jun 2005 09:42:54 -0000	1.35
+++ tools/wine.inf	24 Jun 2005 18:34:31 -0000
@@ -54,28 +54,17 @@ FontSubStr="Software\Microsoft\Windows N
 
 [Classes]
 HKCR,.avi,"Content Type",,"video/avi"
-HKCR,.bmp,"Content Type",,"image/bmp"
-HKCR,.css,"Content Type",,"text/css"
-HKCR,.dib,"Content Type",,"image/bmp"
 HKCR,.dll,"Content Type",,"application/x-msdownload"
 HKCR,.exe,,,"exefile"
 HKCR,.exe,"Content Type",,"application/x-msdownload"
-HKCR,.gif,"Content Type",,"image/gif"
-HKCR,.htm,,,"htmlfile"
 HKCR,.htm,"Content Type",,"text/html"
-HKCR,.html,,,"htmlfile"
 HKCR,.html,"Content Type",,"text/html"
 HKCR,.jfif,"Content Type",,"image/jpeg"
-HKCR,.jpe,"Content Type",,"image/jpeg"
-HKCR,.jpeg,"Content Type",,"image/jpeg"
-HKCR,.jpg,"Content Type",,"image/jpeg"
 HKCR,.lnk,,,"lnkfile"
 HKCR,.msi,,,"Msi.Package" 
-HKCR,.png,"Content Type",,"image/png"
 HKCR,.tif,"Content Type",,"image/tiff"
 HKCR,.tiff,"Content Type",,"image/tiff"
 HKCR,.txt,,,"txtfile"
-HKCR,.txt,"Content Type",,"text/plain"
 HKCR,.wav,"Content Type",,"audio/wav"
 HKCR,.xml,"Content Type",,"text/xml"
 HKCR,.xsl,"Content Type",,"text/xsl"
@@ -2061,6 +2050,7 @@ HKLM,%CurrentVersion%\Telephony\Country 
 11,,dxdiagn.dll,1
 11,,hhctrl.ocx,1
 11,,mlang.dll,1
+11,,mshtml.dll,1
 11,,msi.dll,1
 11,,ole32.dll,1
 11,,oleaut32.dll,1


More information about the wine-patches mailing list