Subscribe to Windows IT Pro
August 29, 2001 12:00 AM

Creating a Slipstream Installation Directory

Windows IT Pro
InstantDoc ID #21996
Rating: (0)

Here's a simple procedure for building a slipstream directory that installs Windows 2000 Service Pack 2 (SP2) on a new system. This example uses four directories:

  • C:\temp—contains the zipped SP2 download file
  • C:\sp—contains the expanded version of SP2 (You can substitute the SP2 CD-ROM for this directory.)
  • D:\i386—the \i386 directory of the original Win2K CD-ROM
  • E:\w2ksp2—the slipstream directory you're creating

On the command line, enter

c:\temp\w2ksp2.exe /x

to expand SP2 into C:\sp. Enter

md e:\w2ksp2

to create the slipstream directory. Enter

xcopy d:\i386 e:\w2kSP2\i386 /e

to copy the Win2K CD-ROM to the SP2 directory. Finally, enter

c:\sp\update\update.exe ­s:e:\w2ksp2

to copy SP2 into the slipstream directory.

Related Content:

ARTICLE TOOLS

Comments
  • Liviu Morareti
    11 years ago
    Sep 17, 2001

    The procedure is great only but there are some corrections that should be made.
    I used brakets for for my corrections, therefore the procedure should look like this:

    (USING A WINDOWS 2000 MACHINE -ONLY) on the command line, enter

    c:\\temp\\w2ksp2.exe /x
    to expand SP2 into C:\\sp. Enter

    md e:\\w2ksp2
    to create the slipstream directory. Enter

    xcopy d:\\i386 e:\\w2kSP2\\i386 /e
    to copy the Win2K CD-ROM to the SP2 directory. Finally, enter

    c:\\sp\\I386\\update\\update.exe -­s:e:\\w2ksp2
    (\\I386\\ and also "-" before s: were missing)

    to copy SP2 into the slipstream directory.

You must log on before posting a comment.

Are you a new visitor? Register Here

advertisement

advertisement

Windows is a trademark of the Microsoft group of companies. Windows IT Pro is used by Penton Media Inc. under license from owner.