Hi,
On 6/28/06, Maarten Lankhorst M.B.Lankhorst@gmail.com wrote:
--- tools/wine.inf.ori 2006-06-28 18:32:28.000000000 +0200 +++ tools/wine.inf 2006-06-28 18:35:22.000000000 +0200 @@ -2467,3 +2467,6 @@ HKLM,%Control%\ProductOptions,"ProductType",2,"WinNT" HKLM,%Control%\Windows,"CSDVersion",0x10003,0x400 HKLM,%Control%\Session Manager\Environment,"OS",2,"Windows_NT" +HKLM,"Software\Microsoft\Internet Explorer","Version",,"6.0.2900.2180" +HKLM,"Software\Microsoft\Internet Explorer","W2kVersion",,"6.0.2900.2180" +HKLM,"Software\Microsoft\Internet Exlporer","Build",,"62900"
Does installing IE6 in win98 mode still work after this? I think its going to have problems. We really should report IE 5 so the IE 5.5 and 6 installers dont get confused.
* On Wed, 28 Jun 2006, Steven Edwards wrote:
- On 6/28/06, Maarten Lankhorst M.B.Lankhorst@gmail.com wrote:
--- tools/wine.inf.ori 2006-06-28 18:32:28.000000000 +0200 +++ tools/wine.inf 2006-06-28 18:35:22.000000000 +0200 @@ -2467,3 +2467,6 @@ HKLM,%Control%\ProductOptions,"ProductType",2,"WinNT" HKLM,%Control%\Windows,"CSDVersion",0x10003,0x400 HKLM,%Control%\Session Manager\Environment,"OS",2,"Windows_NT" +HKLM,"Software\Microsoft\Internet Explorer","Version",,"6.0.2900.2180" +HKLM,"Software\Microsoft\Internet Explorer","W2kVersion",,"6.0.2900.2180" +HKLM,"Software\Microsoft\Internet Exlporer","Build",,"62900"
Does installing IE6 in win98 mode still work after this? I think its going to have problems. We really should report IE 5 so the IE 5.5 and 6 installers dont get confused.
If community decides it needs different IE versions, then I guess this needs to be done somewhere in winecfg, no?
On 6/29/06, Saulius Krasuckas saulius2@ar.fi.lt wrote:
If community decides it needs different IE versions, then I guess this needs to be done somewhere in winecfg, no?
Well the default windows version we report is Win2k and if I recall it shipped with IE5.5 so to be constant we should at least match its value.
On 29/06/06, Steven Edwards winehacker@gmail.com wrote:
Well the default windows version we report is Win2k and if I recall it shipped with IE5.5 so to be constant we should at least match its value.
Actually, we report Win2k SP4. I think that came with IE6, but I'm not too sure.
Does this also update the version of the (fake) shdocvw.dll in wine ? At least AutoCad 2004 checks the version info of the file.