TargetedInstallOptionsBaseWriteInstallElements Method

Writes elements specific to this installation method.

Definition

Namespace: Ookii.AnswerFile
Assembly: Ookii.AnswerFile (in Ookii.AnswerFile.dll) Version: 1.1.0+80a53790d09cddd16db3be20b673cb91280c7d9e
C#
protected override void WriteInstallElements(
	Generator generator
)

Parameters

generator  Generator
The generator creating the answer file.

Remarks

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

See Also