|
[求助]请高手帮忙,关于无人值守安装XP的问题
WINNT
/s[:suourcepath]
Specifies the source location of the Windows files.
Thelocation must be a full path of the form X:[path] of \\server\share[path].
/t[:tempdrive]
Directs Setup to place temporary files on the specified driveand to install Windows XP on that drive. If you do do not specify a location, setup attempts to locate a drive for you.
/u[:answer file]
Performs an unattended setup using an answer file <requires/s>.The anwer file provides answers to some or all of the prompt that the end user normally responds to during setup.
/udf:id[,udf_file]
Indicates an identifier <id> that setup uses to specify how a Uniqueness Database File <UDF> modifies an answer file <see
/u>. The /udf parameter overrides values in the answer file, and the idntifier determines which values in the UDF you to insert a disk that contains the $unique$.udb file
/r[:folder]
Specifies an optional folder to be installed. The folder remains after Setup finishes.
/rx[:folder]
Specifies an optional folder to be copied. The folder is deleted after Setup finishes.
/e Specifies a command to be executed at the end of GUI-mode Setup.
/a Enables accessibility options.
|
|