Add the IE6 registry key

Lei Zhang thestig at google.com
Mon Nov 13 19:39:39 CST 2006


Add the IE6 registry key, so installers that check for the key will
stop complaining.
---
diff --git a/tools/wine.inf b/tools/wine.inf
index af6e545..62fb458 100644
--- a/tools/wine.inf
+++ b/tools/wine.inf
@@ -303,6 +303,7 @@ HKLM,%MciExtStr%,"wvx",,"MPEGVideo"
 [Misc]
 HKLM,Software\Borland\Database
Engine\Settings\SYSTEM\INIT,SHAREDMEMLOCATION,,9000
 HKLM,Software\Microsoft\Advanced INF Setup,,,""
+HKLM,Software\Microsoft\Internet Explorer,"Version",,"6.0.2900.2180"
 HKLM,Software\Microsoft\Rpc\SecurityService,1,2,"secur32.dll"
 HKLM,Software\Microsoft\Rpc\SecurityService,10,2,"secur32.dll"
 HKLM,Software\Microsoft\Rpc\SecurityService,14,2,"schannel.dll"



More information about the wine-patches mailing list