GeneratorOptionsInstallOptions Property
Gets or sets the installation method to use, along with the options for that method.
Namespace: Ookii.AnswerFileAssembly: Ookii.AnswerFile (in Ookii.AnswerFile.dll) Version: 1.1.0+80a53790d09cddd16db3be20b673cb91280c7d9e
public InstallOptionsBase? InstallOptions { get; set; }
Public Property InstallOptions As InstallOptionsBase
Get
Set
public:
property InstallOptionsBase^ InstallOptions {
InstallOptionsBase^ get ();
void set (InstallOptionsBase^ value);
}
member InstallOptions : InstallOptionsBase with get, set
Property Value
InstallOptionsBase
An instance of the
ManualInstallOptions,
ExistingPartitionOptions,
CleanBiosOptions or
CleanEfiOptions class, or
to generate an answer file for a
pre-installed Windows image, such as one generated with sysprep. The default value is
.