slipstreaming

  • Thread starter Thread starter Noriega
  • Start date Start date
N

Noriega

Is it passible to slipstream IE6_SP1 into windows 2000 Pro & Server, the
same way you do it with the service pack.

Noriega
 
Unattended install is the only way, not slipstreaming.

You can install IE during the cmdlines.txt portion of setup. This happens at
the "13 minutes left" mark of Gui Mode Setup.

Create an unattended answer file (if you are not very familiar with this you
can use setupmgr from the support tools on the CD) Edit it to include
OemPreInstall=yes under the [Unattended] Section.

Create a directory parallel to the i386 directory, called $OEM$

Place a file in the root of the $OEM$ directory called CMDLINES.TXT

Using the following format, edit the CMDLINES.TXT file

[commands]
".\ie6setup.exe /q:a /r:n"

Or, use whatever options it is you wish to use. You MUST include quotations,
and you can not double quote. If you need to double quote you can create a
batch file and call it from there. Copy any items you want to run during
CMDLINES.TXT to the $OEM$ directory. You can create sub directories, just
make sure you point to them from CMDLINES.TXT (BTW.... .\ is equal to your
current directory. Keep in mind that if you run a batch file that is in a
sub folder it will still assume that the $OEM$ directory is your current
directory, and not the directory of the batch file)


Wesley George
MSCE
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top