Add IE6 version key for MSN Messenger setup program

Mike Hearn mike at navi.cx
Thu May 12 15:00:10 CDT 2005


Adding this key doesn't stop IE 6 setup from working, but it does
allow MSN Messenger setup to get to the next step.

Mike Hearn <mh at codeweavers.com>
Add IE6 Version key for MSN Messenger setup program

Index: tools/wine.inf
===================================================================
RCS file: /home/wine/wine/tools/wine.inf,v
retrieving revision 1.32
diff -u -p -d -r1.32 wine.inf
--- tools/wine.inf	18 Apr 2005 16:54:44 -0000	1.32
+++ tools/wine.inf	12 May 2005 19:59:25 -0000
@@ -42,7 +42,8 @@ AddReg=\
     Misc,\
     Nls,\
     OLE,\
-    Tapi
+    Tapi,\
+    InternetExplorer
 
 [Strings]
 MciExtStr="Software\Microsoft\Windows NT\CurrentVersion\MCI Extensions"
@@ -2008,6 +2009,10 @@ HKLM,%CurrentVersion%\Telephony\Country 
 HKLM,%CurrentVersion%\Telephony\Country List\998,"Name",,"Uzbekistan"
 HKLM,%CurrentVersion%\Telephony\Country List\998,"SameAreaRule",,"G"
 
+[InternetExplorer]
+; MSN Messenger wants this
+HKLM,Software\Microsoft\Internet Explorer,"Version",,"6.0.2800.1106"
+
 [RegisterDllsSection]
 11,,amstream.dll,1
 11,,atl.dll,1



More information about the wine-patches mailing list