Require MS IE 4.0 or higher...

101 views1 repliesLast post: 5/14/2004
OH MY GOD!

Dude you should work for microsoft with skills like that. Thanks soooo much man. You don't know how frustated I was. I was so close to throwing my thousand dollar Microsoft XP OS computer out the window off the second floor. Thank you sooo much, you should get paid for this knod of stuff.

mizza20
#1
Try right-click your iexplore.exe file and check under properties - version - fileversion/productversion to find out your version.

Then you can do a search in the registry for that version, if you don´t find any version info in the registry or in your file properties, try to add version info (my verion "6.0.2800.1106") in the registry under the following entries:

All keys are "string" (REG_SZ) type:

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Active Setup\Install Check] "IE40"="6.0.2800.1106"

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Internet Explorer] "Build"="62800.1106"
"Version"="6.0.2800.1106"
"W2kVersion"="6.0.2800.1106"

,and maybe change here as well:

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersio n\Uninstall\ieupdate] "RequiresIESysFile"="6.0.2800.1106"

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersio n\Uninstall\oeupdate] "RequiresIESysFile"="6.0.2800.1106"

Good luck, /Micke
#2