TheTechGuide Forum
General Category => Software => Topic started by: guest 2003 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?
-
[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
-
[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