[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