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
Name | Summary |
---|---|
MsiFunctions |
Methods
Name | Value | Summary |
---|---|---|
GetProductCode |
string |
Returns the product code of the specified Windows Installer
database.
|
IsInstalled |
bool |
Returns a value indicating whether a product with the specified
product code is installed.
static
|