WHITE PAPER (cont.)
14A4-0201A-USEN
5
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
DISTRIBUTION SHARE SETUP –WINDOWS 2000
P
ROFESSIONAL OPERATING SYSTEM
Copy the entire \I386 directory and its subdirectories from the Windows 2000 Professional CD to
the hard disk of the server from which Windows 2000 Professional will be installed. Some
modifications may need to be made to the distribution directory because not all target systems will
require every directory of a distribution directory structure (Refer to Appendix A for layout of the
directory structure). From the target PC, establish a connection to the distribution share and from
within the \I386 directory, use the following command to invoke the installation process:
WINNT /U:\\servername\sharename\I386\$oem$\UNATTEND.TXT
/S:\\servername\sharename\I386
Where
/U[:] refers to an unattended installation using an optional script file (requires /s)
/S[:] refers to the source location of the Windows 2000 Professional files. For example:
WINNT.EXE /u:n:\w2k\I386\$oem$\UNATTEND.TXT /s:n:\w2k\I386
NOTE: For a complete listing of WINNT.EXE and WINNT32.EXE commands, see
Windows 2000 Help. Or, at a command prompt, switch to the \i386 folder on the Windows 2000
product CD, and then type: winnt /? or winnt32 /?
SERVICE PACK 1
To add the files from the Service Pack 1 release to the unattended installation, complete the
following steps:
1. Copy the entire \I386 directory from the Windows 2000 Professional Service Pack 1 CD onto
the distribution share.
NOTE: Since an \I386 folder already exists on the distribution share, you may want to create a
new folder for these files (e.g., \W2KSP1).
2. Move the \W2KSP1 directory into the \\servername\sharename\I386\$oem$\$1 directory. This
will copy this folder down to the local hard drive during the installation process and it will
remain there following setup.
3. Insert the following line in the [GUIRunOnce] section of the UNATTEND.TXT file:
[GUIRunOnce]
SP1=" C:\W2ksp1\i386\update\UPDATE.EXE -u -z -n -o"
Optional: Instead of using the UNATTEND.TXT file, the CMDLINES.TXT file can be used with
the following syntax:
[Commands]
" C:\W2ksp1\i386\update\UPDATE.EXE -u -z -n -o"