InstallOptionsBaseWriteInstallElements Method

When implemented in a derived class, writes options specific to the install method.

Definition

Namespace: Ookii.AnswerFile
Assembly: Ookii.AnswerFile (in Ookii.AnswerFile.dll) Version: 2.3.0+3ec3ef5391bcdf8d84abe65b91ab672cac4934d3
C#
protected abstract void WriteInstallElements(
	AnswerFileGenerator generator
)

Parameters

generator  AnswerFileGenerator
The generator creating the answer file.

Remarks

This method is called when generating the Microsoft-Windows-Setup component of the windowsPE pass.

See Also