MsiFunctions Class

Summary

Allows information on Windows Installer databases and products to be retrieved.
Assembly
NAnt.Contrib.dll
Namespace
NAnt.Contrib.Functions
Base Types
  • FunctionSetBase
graph BT Type-->Base0["FunctionSetBase"] Type["MsiFunctions"] class Type type-node

Syntax

[FunctionSet("msi", "Windows Installer")]
public class MsiFunctions : FunctionSetBase

Attributes

Type Description
FunctionSet

Constructors

Methods

Name Value Summary
GetProductCode(string) string
Returns the product code of the specified Windows Installer database.
IsInstalled(string) bool
Returns a value indicating whether a product with the specified product code is installed.
static