InstallerTaskBase.

MsiErrorTemplate Property

Summary

A .mst file to use as the starting database containing strings displayed to the user when errors occur during installation. A .mst template is included with the msi task, you only need to supply this value if you want to override the default error template and cannot perform something through the features of the msi task.
Assembly
NAnt.Contrib.dll
Namespace
NAnt.Contrib.Tasks.Msi
Containing Type
InstallerTaskBase

Syntax

[TaskAttribute("errortemplate", Required = false, ProcessXml = false)]
public string MsiErrorTemplate { get; }

Attributes

Type Description
TaskAttribute

Value

Type Description
string