GeneratorGenerate(String, GeneratorOptions) Method

Generates an unattended installation answer file and writes it to the specified file.

Definition

Namespace: Ookii.AnswerFile
Assembly: Ookii.AnswerFile (in Ookii.AnswerFile.dll) Version: 1.1.0+80a53790d09cddd16db3be20b673cb91280c7d9e
C#
public static void Generate(
	string outputPath,
	GeneratorOptions options
)

Parameters

outputPath  String
The path of the file to write to.
options  GeneratorOptions
The options for the unattended installation.

Exceptions

ArgumentNullExceptionoutputPath or options is .

See Also