banner

[RemoteInstall]

Answer File = Unattend.txt

The [RemoteInstall] section contains entries for specifying remote installation. Only clients installed by the Remote Installation Services (RIS) can use this section.

Entry Description
Repartition Specifies whether to delete all partitions on the first drive of the client computer and reformat it with the NTFS file system.
UseWholeDisk Specifies whether to extend the volume to the end of the drive.

Sample

This sample demonstrates one use of the [RemoteInstall] section of Unattend.txt.

[RemoteInstall]
Repartition = Yes
UseWholeDisk = Yes

Repartition

Specifies whether to delete all partitions on the first drive of the client computer and reformat it with the NTFS file system.

Syntax Repartition = Yes | No
Values Yes

Deletes all partitions on the first drive of the client computer and reformat it with the NTFS file system.

No

Uses the default entries in the answer file.

Example
Repartition = Yes
Comments You cannot run unattended Setup on a disk that does not contain a file system. Make sure that you format your destination disk with a file system.

icon Return to top

UseWholeDisk

Specifies whether to extend the volume to the end of the drive.

Syntax UseWholeDisk = Yes | No
Values Yes

Extends the volume to the end of the drive.

No

Stops Setup from extending the volume to the end of the drive.

Default Value Yes
Example
UseWholeDisk = Yes
Comments Valid only for RIPrep (Remote Installer Preparation) images.

icon Return to top