You can modify a server-based installation by changing how Winnt.exe runs the Setup program. The following table describes the switches that you can use with Winnt.exe to control Setup.
| Switch
| Description
|
| /a
| Enables accessibility options.
|
| /e[:command]
| Executes a command before the final phase of Setup.
|
| /i[:inf_file]
| Specifies the file name (no path) of the setup information file.
The default is Dosnet.inf.
|
| /r[:folder]
| Specifies an optional folder to be installed.
|
| /rx[:folder]
| Specifies an optional folder to be copied.
|
| /s[:source_path]
| Specifies the location of the Windows 2000 installation files. The source path must be a full path in one of the following formats: x:\[path] or \\server\shared_folder[\path]
The default is the current folder.
|
| /t[:temp_drive]
| Specifies a drive for the temporary setup files. If you do not specify a drive, Setup uses the partition with the most available space.
|
| /u[:answer_file]
| Performs an unattended installation by using an optional answer file. Unattended installations also require use of the /s switch.
|