Author Topic: update internet xplorer that come in win 2k  (Read 3040 times)

guest 2003

  • Guest
update internet xplorer that come in win 2k
« on: October 13, 2003, 03:58:32 PM »
i want to change the internet explorer that came with win2k with a ie 6.00 + services packs i only need to change the dir that has ie in win 2k cd or i need to make something like slipstreaming?

Guest

  • Guest
update internet xplorer that come in win 2k
« Reply #1 on: October 20, 2003, 03:53:38 PM »
[quote name=\'guest 2003\' date=\'Oct 13 2003, 02:58 PM\']i want to change the internet explorer that came with win2k with a ie 6.00 + services packs i only need to change the dir that has ie in win 2k cd or i need to make something like slipstreaming?[/quote]

Hi,

you can't replace the old IE with a newer one but what you can do is:

create a new CD with this folder structure (example):

$OEM$
        ---- Updates
        ---- IE60SP1

Copy your patches and the IE files to the corresponding folders.

Place a file cmdlines.txt in the $OEM$ folder.

Edit this file and add all the commandlines you need:

[Commands]
".\ie60sp1\ie6setup.exe /q /r:n"
".\updates\qXXXXXX.exe /q:a /r:n"

and so on....

Now when you install windows, all this programs and patches are installed during setup.

Pit

Offline Mr.Pit

  • Newbie
  • *
  • Posts: 5
  • Karma: +0/-0
    • View Profile
    • http://
update internet xplorer that come in win 2k
« Reply #2 on: October 21, 2003, 04:34:55 AM »
[quote name=\'Guest\' date=\'Oct 20 2003, 02:53 PM\']Copy your patches and the IE files to the corresponding folders.

Place a file cmdlines.txt in the $OEM$ folder.

Edit this file and add all the commandlines you need:

[Commands]
".\ie60sp1\ie6setup.exe /q /r:n"
".\updates\qXXXXXX.exe /q:a /r:n"

and so on....[/quote]

Oh, I forgot: the last command when installing fixes must be:

".\updates\qchain.exe"

Pit