Summary
Drops the empty tables.
- Assembly
- NAnt
.Contrib .dll - Namespace
- NAnt
.Contrib .Tasks .Msi - Containing Type
- InstallerDatabase
Syntax
public void DropEmptyTables(bool isMergeModule)
Remarks
If it is a merge module, the FeatureComponents table should not be dropped.
Parameters
| Name | Type | Description |
|---|---|---|
| isMergeModule | bool | Determines if this is a merge module or not |
Return Value
| Type | Description |
|---|---|
| void |
