MSFN Forum: Install IE8 on 2003 without Windows Update? - MSFN Forum

Jump to content



Page 1 of 1
  • You cannot start a new topic
  • You cannot reply to this topic

Install IE8 on 2003 without Windows Update? Rate Topic: -----

#1 User is offline   GrofLuigi 

  • GroupPolicy Tattoo Artist
  • PipPipPipPipPipPip
  • Group: Members
  • Posts: 1,196
  • Joined: 21-April 05
  • OS:none specified
  • Country: Country Flag

Posted 06 February 2012 - 02:48 PM

This is madness. Full IE8 installer for Windows 2003 won't install if Windows Update is not around, although options are unchecked. Traced with ProcMon, it stops on class {4CB43D7F-7EEE-4906-8698-60DA1C38F2FE}. Although I faked empty strings of InprocServer32 and LocalServer32, which usually works for other checks, including some Microsoft's, this time it won't give in. I guess it tries to communicate through COM. There is no chance of reinstalling Windows Update here, ever. I've looked into the .inf's, but I can't seem to find anything that would prohibit installation or looking for prerequisites, but I'm not that good with inf's. Installing through right click on .inf's leaves the system in mixed state where much of IE6 is still left.

The installer is downloaded from http://download.micr...003-x86-ENU.exe
and I'm absolutely positive it's the one needed.

I've tried YumeYao_IE8_Addon_Nosetuperr_ENU_1_4_11, but it also won't install through inf's, and I vaguely remember that integration in source didn't work (missing file). Yes, I have done the instructions for 2003.

For now, I've just copied some (most) of the files where they're supposed to be, but there are some unknowns (.mui files all over the place), according to a clean install on XP on VirtualBox, but maybe there is a difference in locations for 2003? Regsvr'ing them is done, as far as I can see, no problems there, but I would prefer a "proper" solution.

So here is the question: How can I install IE8 on a live system without Windows Update?. I suspect it's the same thing with XP, not only with 2003. Google had nothing to say.

GL


#2 User is offline   tomasz86 

  • Friend of MSFN
  • PipPipPipPipPip
  • Group: Members
  • Posts: 944
  • Joined: 27-November 10
  • OS:2000
  • Country: Country Flag

Posted 06 February 2012 - 05:57 PM

It's strange... I've just checked the update.inf and there don't seem to be any conditional prerequisites around. I can install it even in Windows 2000 after changing just a few lines under [Version].

Could you upload your log file (the one created in %windir% when trying install IE8)?

This post has been edited by tomasz86: 06 February 2012 - 05:58 PM


#3 User is offline   GrofLuigi 

  • GroupPolicy Tattoo Artist
  • PipPipPipPipPipPip
  • Group: Members
  • Posts: 1,196
  • Joined: 21-April 05
  • OS:none specified
  • Country: Country Flag

Posted 06 February 2012 - 07:38 PM

Here it is.

Attached File  ie8_main.zip (2.96K)
Number of downloads: 5

GL

#4 User is offline   tomasz86 

  • Friend of MSFN
  • PipPipPipPipPip
  • Group: Members
  • Posts: 944
  • Joined: 27-November 10
  • OS:2000
  • Country: Country Flag

Posted 07 February 2012 - 08:31 PM

Is is the same when you try to install it on a clean system? Now the installer detects that there was IE8 installed previously. I can't see any visible errors except for this

Installer return value: hr=0x00000000


Have you tried installing it in Safe Mode?

By the way, is it the only log file? I think there should be also ie8.log present in %windir%.

This post has been edited by tomasz86: 07 February 2012 - 08:33 PM


#5 User is offline   GrofLuigi 

  • GroupPolicy Tattoo Artist
  • PipPipPipPipPipPip
  • Group: Members
  • Posts: 1,196
  • Joined: 21-April 05
  • OS:none specified
  • Country: Country Flag

Posted 08 February 2012 - 07:22 PM

It informs me it detected IE8, and asks me (and lets me select) to install it anyway. But everything else is the same. Also in safe mode it's the same.

It's the only log file, anything else that is created is "Internet Explorer Troubleshooting.url" on the desktop, pointing to http://go.microsoft..../?LinkID=106440 . I followed the links/steps there, but it led me nowhere.

GL

#6 User is offline   James_A 

  •  
  • PipPip
  • Group: Members
  • Posts: 153
  • Joined: 23-December 07

Posted 10 March 2012 - 11:05 AM

View PostGrofLuigi, on 06 February 2012 - 02:48 PM, said:


So here is the question: How can I install IE8 on a live system without Windows Update?. I suspect it's the same thing with XP, not only with 2003. Google had nothing to say.

GL


Did you ever resolve this?

In my tests you DONT need to connect to WindowsUpdate (or even have an internet connection at all) but you DO need the WU agent files to be registered.

The error is shown in your log file right here:-
00:15.875: INFO:    WindowsUpdate>>CWindowsUpdateMgr::Initialize: CoCreateInstance.CLSID_UpdateSession: HResult 0x80040154
00:15.875: INFO:    |Initialize       >>> CStateInitialize::OnInitialize: Windows Update Manager Initialization Result: 0x80040154
00:15.875: ERROR:   |Initialize       >>> Couldn't initialize the Windows Update Manager, HRESULT:0x80040154


Error 0x80040154 means Class not registered meaning wuapi.dll, or one of the others, needs (re-)registering with regsvr32.

There won't be a second log file present, because it does not run the secondary process that would normally generate the second log file.
Instead, in the middle of phase 7, you have:-
00:15.906: INFO:    |Inst. IE         >>> SKIP[TRUE ]>>Result: SKIPPING This Phase


My tests showed that even with the command-line parameter
/update-no

present, the installer still goes through the COM stuff with the Windows Update Manager.

.

#7 User is offline   GrofLuigi 

  • GroupPolicy Tattoo Artist
  • PipPipPipPipPipPip
  • Group: Members
  • Posts: 1,196
  • Joined: 21-April 05
  • OS:none specified
  • Country: Country Flag

Posted 10 March 2012 - 02:49 PM

View PostJames_A, on 10 March 2012 - 11:05 AM, said:

Did you ever resolve this?


No, as I said, I just copied the files and regsvr'd them. Duck tape solution. :lol: IE works good enough, as far as I can tell, but isn't used much.

Don't have time (yet) for installation in virtual machine, and analyzing there.

GL

#8 User is offline   jaclaz 

  • The Finder
  • Group: Developers
  • Posts: 9,108
  • Joined: 23-July 04
  • OS:none specified
  • Country: Country Flag

Posted 11 March 2012 - 01:04 PM

View PostGrofLuigi, on 10 March 2012 - 02:49 PM, said:

Duck tape solution. :lol:

You make it sound like - somehow - duck/duct tape is not a proper solution to just about everything. :unsure:
http://science.nasa....21apr_ducttape/

jaclaz

Share this topic:


Page 1 of 1
  • You cannot start a new topic
  • You cannot reply to this topic

1 User(s) are reading this topic
0 members, 1 guests, 0 anonymous users



All trademarks mentioned on this page are the property of their respective owners
Copyright © 2001 - 2011 msfn.org
Privacy Policy