InstallerTaskBase.

MsiOutput Property

Summary

The name of the file that will be generated when the task completes execution (eg. MyInstall.msi or MyMergeModule.msm).
Assembly
NAnt.Contrib.dll
Namespace
NAnt.Contrib.Tasks.Msi
Containing Type
InstallerTaskBase

Syntax

[TaskAttribute("output", Required = true, ProcessXml = false)]
public string MsiOutput { get; }

Attributes

Type Description
TaskAttribute

Value

Type Description
string