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