InstallerTaskBase.

MsiDebug Property

Summary

Causes the generated msi database file to contain debug messages for errors created by inconsistencies in creation of the database. This makes the file slightly larger and should be avoided when generating a production release of your software.
Assembly
NAnt.Contrib.dll
Namespace
NAnt.Contrib.Tasks.Msi
Containing Type
InstallerTaskBase

Syntax

[TaskAttribute("debug", Required = false, ProcessXml = false)]
public bool MsiDebug { get; }

Attributes

Type Description
TaskAttribute

Value

Type Description
bool