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