MSFN Forum: IE / OE Mini Rollup for Windows 2000 - MSFN Forum

Jump to content


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

IE / OE Mini Rollup for Windows 2000 suspended

#1 User is offline   tomasz86 

  • http://www.windows2000.tk
  • PipPipPipPipPipPipPipPip
  • Group: Members
  • Posts: 2,220
  • Joined: 27-November 10
  • OS:Windows 2000 Professional
  • Country: Country Flag

Posted 22 June 2011 - 09:46 AM

I made a small Rollup of Internet Explorer and Outlook Express updates. You can use it instead of the 7 (9) separate files which are listed below. It's fully compatible with HFSLIP and can be also installed manually in a running system. Although it contains both IE5/OE5.5 and IE6/OE6 files, only matching versions get installed. It means that if you don't slipstream IE6 (i.e. no IE6 cabs are present), only IE5/OE5.5 files will get copied. On the other hand, if you slipstream IE6, then only IE6/OE6 files are used. It's the same if installed manually.

If you decide to use this Rollup and slipstream it in HFSLIP, you can delete all updates which are present on the following list. I added all official & unofficial updates from the bristols' list (except KB2479628 which is not an IE update per se). I didn't include any HBRs (hotfixes by request).

Rollup 1 contains only official updates. Rollup 1.1 contains both official and unofficial updates (KB2416400 & KB2423089).

Features:

- one Rollup instead of 7 (9) separate updates
- fully HFSLIP compatible (use HF folder)
- manual installation possible
- FDV fileset compatible*

* - requres the newest beta of HFSLIP (HFSLIP 1.7.10 beta J v5) if slipstreaming IE6

Screen shots

Posted Image
Posted Image
Posted Image

This post has been edited by tomasz86: 13 October 2011 - 02:25 PM



#2 User is offline   tomasz86 

  • http://www.windows2000.tk
  • PipPipPipPipPipPipPipPip
  • Group: Members
  • Posts: 2,220
  • Joined: 27-November 10
  • OS:Windows 2000 Professional
  • Country: Country Flag

Posted 22 June 2011 - 09:57 AM

Here are the links :whistle:

IE/OE Mini Rollup 1.1 (v2a) (official & unofficial updates)

IEOEMR1.1-v3-Windows2000-x86-ENU.exe (English) 11.6 MB

Included updates:

Quote

IE5.01sp4-KB938127-Windows2000sp4-x86-ENU.exe
IE5.01sp4-KB982381-Windows2000sp4-x86-ENU.exe
IE6.0sp1-KB905495-Windows2000-x86-ENU.exe
IE6.0sp1-KB958869-Windows2000-x86-ENU.exe
IE6.0sp1-KB982381-Windows2000-x86-ENU.exe
Windows2000-KB2416400-x86-ENU.exe
OE5.5sp2-KB978542-Windows2000-x86-ENU.exe
OE6.0sp1-KB978542-Windows2000-x86-ENU.exe
Windows2000-KB2423089-x86-ENU.exe



IE/OE Mini Rollup 1 (v2) (only official updates)

IEOEMR1-v3-Windows2000-x86-ENU.exe (English) 11.44 MB

IEOEMR1-v3-Windows2000-x86-ITA.exe (Italian) 11.45 MB
IEOEMR1-v3-Windows2000-x86-PLK.exe (Polish) 11.46 MB

Included updates:

Quote

IE5.01sp4-KB938127-Windows2000sp4-x86-XXX.exe
IE5.01sp4-KB982381-Windows2000sp4-x86-XXX.exe
IE6.0sp1-KB905495-Windows2000-x86-XXX.exe
IE6.0sp1-KB958869-Windows2000-x86-XXX.exe
IE6.0sp1-KB982381-Windows2000-x86-XXX.exe
OE5.5sp2-KB978542-Windows2000-x86-XXX.exe
OE6.0sp1-KB978542-Windows2000-x86-XXX.exe

This post has been edited by tomasz86: 13 October 2011 - 02:21 PM


#3 User is offline   tomasz86 

  • http://www.windows2000.tk
  • PipPipPipPipPipPipPipPip
  • Group: Members
  • Posts: 2,220
  • Joined: 27-November 10
  • OS:Windows 2000 Professional
  • Country: Country Flag

Posted 28 June 2011 - 02:26 AM

I found a bug. Some registry entries are not added (while system files are copied properly). I need to do some more tests to find the cause of this behaviour.

For now I've blocked the downloading until I fix this problem. If anyone has already installed/slipstreamed this Rollup you should just install the updates listed above over it. I'm very sorry for inconvenience :(

#4 User is offline   tomasz86 

  • http://www.windows2000.tk
  • PipPipPipPipPipPipPipPip
  • Group: Members
  • Posts: 2,220
  • Joined: 27-November 10
  • OS:Windows 2000 Professional
  • Country: Country Flag

Posted 28 June 2011 - 05:17 AM

I think I found a solution. Initially I based the method of adding registry entries according to the IE version on the one that BlackWingCat used in his Security Rollup (JPN only). I thought that if he's used it in his Rollup, then everything would be O.K... but it proved that there is a flaw in that method. While all files were indeed copied properly (IE5 files if IE5 installed, IE6 files if IE6 installed, etc.), the registry entries for each version of IE/OE were not added at all!

I had to add one section to the update.inf file which I found out about when analysing the update.inf from Update Rollup 1 (official). This is just technical information for anyone interested in modyfing updates :)

The old one was like this (just a part of update.inf)

  [ProductInstall.Conditional]
 
    FileCondition=IE5.Condition
    FileCondition=OE5.Condition
    FileCondition=IE6.Condition
    FileCondition=OE6.Condition

  [IE6.Condition]
  
    InstallFromSection=IE6.Section
    Operation=CheckFileVer, browseui.dll, >=, 6.0.0.0
    TargetFromSection=System32.Files
    CopyFlags=SP_COPY_FORCE_NEWER
	
  [IE6.Section]
 
    AddReg=IE6.AddReg
    DelReg=IE6.DelReg
    CopyFiles=IE6.System32.Files, IE6.Cache.Files, IE6.VGX.Files
    CopyFlags=SP_COPY_NEWER_OR_SAME | SP_COPY_REPLACEONLY

but this is not enough to have the "AddReg" and "DelReg" sections properly processed. An another section must be added:

[Register.Include]

    RegCondition=IE5.Condition
    RegCondition=OE5.Condition
    RegCondition=IE6.Condition
    RegCondition=OE6.Condition


Only after adding these strings the registry entries are 'activated'.

This post has been edited by tomasz86: 28 June 2011 - 05:18 AM


#5 User is offline   tomasz86 

  • http://www.windows2000.tk
  • PipPipPipPipPipPipPipPip
  • Group: Members
  • Posts: 2,220
  • Joined: 27-November 10
  • OS:Windows 2000 Professional
  • Country: Country Flag

Posted 29 June 2011 - 05:38 AM

I uploaded the new fixed & improved version. All bugs are fixed and the update.inf has been slimmed down as I removed all duplicate entries.

There are actually two versions now - ver. 1 and ver. 1.1. The difference is that ver. 1 contains only official updates while ver. 1.1 installs both official & unofficial updates. I edited the first two posts so please read the explanation there. I removed the KB number as it's useless and may be confusing for some people. I believe the new filename should be clearer.

I also made a Polish language version for ver. 1 and I have a proposition for you :) I can make other language versions as well but first I need to know if there are ANY people interested in it.

Please post here if you would like to have this Rollup in your language.

It's very easy to make a localised version of it so even 1 person is enough ;) Of course I'm talking only about localisation of MR 1 as the two unofficial updates are not available in other languages (so can't make localised Rollup 1.1 unfortunately).

This post has been edited by tomasz86: 29 June 2011 - 07:50 AM


#6 User is offline   tomasz86 

  • http://www.windows2000.tk
  • PipPipPipPipPipPipPipPip
  • Group: Members
  • Posts: 2,220
  • Joined: 27-November 10
  • OS:Windows 2000 Professional
  • Country: Country Flag

Posted 30 June 2011 - 12:43 AM

Italian version uploaded.

Posted Image

#7 User is offline   tomasz86 

  • http://www.windows2000.tk
  • PipPipPipPipPipPipPipPip
  • Group: Members
  • Posts: 2,220
  • Joined: 27-November 10
  • OS:Windows 2000 Professional
  • Country: Country Flag

Posted 15 July 2011 - 09:28 AM

I uploaded v2 of IE / OE Mini Rollup.

Changes:

    - fixed several registry bugs
    - fixed Windows Updates compatibilty (WU doesn't ask for IE/OE updates anymore)
    - RTMQFE registry entries are now added from IE6.0sp1-KB982381 (before it was RTMGDR)


#8 User is offline   tomasz86 

  • http://www.windows2000.tk
  • PipPipPipPipPipPipPipPip
  • Group: Members
  • Posts: 2,220
  • Joined: 27-November 10
  • OS:Windows 2000 Professional
  • Country: Country Flag

Posted 17 July 2011 - 12:58 AM

I uploaded the v2a version of IE / OE Mini Rollup 1.1.

Changes:

    - fixed an error causing Windows text setup to stop when copying shlwapi.dll after slipstreaming the rollup by HFSLIP (the header of shlwapi.dll was wrong)


IE / OE Mini Rollup 1 is not affected by this problem.

This post has been edited by tomasz86: 17 July 2011 - 12:59 AM


#9 User is offline   tomasz86 

  • http://www.windows2000.tk
  • PipPipPipPipPipPipPipPip
  • Group: Members
  • Posts: 2,220
  • Joined: 27-November 10
  • OS:Windows 2000 Professional
  • Country: Country Flag

Posted 19 July 2011 - 05:59 AM

v3 of both IE / OE Mini Rollup 1 & 1.1 is ready.

Changes:

    - improved compatiblity with Windows Updates


From now it's fully compatible with WU and the IE / OE updates included in the rollup won't be asked for by WU after you've installed the rollup.

This post has been edited by tomasz86: 19 July 2011 - 06:01 AM


#10 User is offline   tomasz86 

  • http://www.windows2000.tk
  • PipPipPipPipPipPipPipPip
  • Group: Members
  • Posts: 2,220
  • Joined: 27-November 10
  • OS:Windows 2000 Professional
  • Country: Country Flag

Posted 13 October 2011 - 02:24 PM

Since it's impossible to make this kind of rollup compatible with sfc /scannow (because of overlapping catalog files from IE5&IE6) I decided to remove it. Maybe I'll try to make an IE6-only rollup in near future :)

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 - 2013 msfn.org
Privacy Policy