ExistingPartitionOptionsPartitionId Property

Gets or sets the ID of the partition to install to.

Definition

Namespace: Ookii.AnswerFile
Assembly: Ookii.AnswerFile (in Ookii.AnswerFile.dll) Version: 1.1.0+80a53790d09cddd16db3be20b673cb91280c7d9e
C#
public int PartitionId { get; set; }

Property Value

Int32
The one-based partition ID.

Remarks

If the disk uses a default UEFI partition layout, Windows should be installed to partition 3. For the default BIOS partition layout, Windows should be installed to partition 2.

See Also