InstallerTaskBase.

MsiTemplate Property

Summary

A installer file to use as the starting database in which all files and entries will be made, and then copied to the filename specified by the output parameter. Install templates are included with the install tasks, you only need to supply this value if you want to override the default template.
Assembly
NAnt.Contrib.dll
Namespace
NAnt.Contrib.Tasks.Msi
Containing Type
InstallerTaskBase

Syntax

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

Attributes

Type Description
TaskAttribute

Value

Type Description
string