wineprefixcreate: Register Internet Explorer's version in wineprefixcreate

James Hawkins truiken at gmail.com
Tue Aug 29 17:11:09 CDT 2006


Hi,

The following four patches let the .NET Framework 1.1 installer start
up.  When writing this patch, I tried to regsvr32 all of IE's native
dlls to see if one of them created this key, but in Windows, this key
is created with when running ie6setup.exe or it's there from first
boot, so I added it to wineprefixcreate.  This installer, and several
others I've seen, check this key to see that IE is installed, and
since we claim to have an IE replacement, we might as well advertise
it.

Changelog
* Register Internet Explorer's version in wineprefixcreate.

 tools/wine.inf |    5 +++++
 1 files changed, 5 insertions(+), 0 deletions(-)

-- 
James Hawkins
-------------- next part --------------
diff --git a/tools/wine.inf b/tools/wine.inf
index 63aa09a..a7e3a45 100644
--- a/tools/wine.inf
+++ b/tools/wine.inf
@@ -40,6 +40,7 @@ AddReg=\
     DirectX,\
     Environment,\
     Fonts,\
+    InternetExplorer,\
     MCI,\
     Misc,\
     Nls,\
@@ -63,6 +64,7 @@ AddReg=\
     DirectX,\
     Environment,\
     Fonts,\
+    InternetExplorer,\
     MCI,\
     Misc,\
     Nls,\
@@ -257,6 +259,9 @@ HKLM,%FontSubStr%,"Times New Roman TUR,1
 HKLM,%FontSubStr%,"Tms Rmn",,"Times New Roman"
 HKLM,System\CurrentControlSet\Hardware Profiles\Current\Software\Fonts,"LogPixels",0x10003,0x00000060
 
+[InternetExplorer]
+HKLM,Software\Microsoft\Internet Explorer,"Version",,"6.0.2900.2180"
+
 [MCI]
 HKLM,%Mci32Str%,"AVIVideo",,"mciavi32.dll"
 HKLM,%Mci32Str%,"CDAudio",,"mcicda.dll"
-- 
1.4.2


More information about the wine-patches mailing list