GeneratorGenerate(String, GeneratorOptions) Method
Generates an unattended installation answer file and writes it to the specified file.
Namespace: Ookii.AnswerFileAssembly: Ookii.AnswerFile (in Ookii.AnswerFile.dll) Version: 1.1.0+80a53790d09cddd16db3be20b673cb91280c7d9e
public static void Generate(
string outputPath,
GeneratorOptions options
)
Public Shared Sub Generate (
outputPath As String,
options As GeneratorOptions
)
public:
static void Generate(
String^ outputPath,
GeneratorOptions^ options
)
static member Generate :
outputPath : string *
options : GeneratorOptions -> unit
Parameters
- outputPath String
- The path of the file to write to.
- options GeneratorOptions
- The options for the unattended installation.