Summary
.NET wrapper for a Windows Installer database
- Assembly
- NAnt
.Contrib .dll - Namespace
- NAnt
.Contrib .Tasks .Msi - Base Types
-
- Object
graph BT
Type-->Base0["Object"]
Type["InstallerDatabase"]
class Type type-node
Syntax
public class InstallerDatabase
Constructors
| Name | Summary |
|---|---|
| InstallerDatabase |
Properties
| Name | Value | Summary |
|---|---|---|
| ArchivePath | string |
Methods
| Name | Value | Summary |
|---|---|---|
| ApplyTransform |
void | |
| Close |
void | |
| Commit |
void | |
| DropEmptyTables |
void |
Drops empty tables.
|
| DropEmptyTables |
void |
Drops the empty tables.
|
| FindRecords |
Installer |
|
| Get |
SummaryInfo | |
| Import |
void | |
| Open |
void | |
| OpenTable |
InstallerTable | |
| VerifyTableEmpty |
bool |
Checks to see if the specified table is empty.
|
| VerifyTableExistance |
bool |
Checks to see if the specified table exists in the database
already.
|
