Summary
Summary description for MsmTaskInfo.
- Assembly
- NAnt
.Contrib .dll - Namespace
- NAnt
.Contrib .Tasks .Msi - Base Types
-
- Object
- Installer
Creation Command
graph BT
Type-->Base0["InstallerCreationCommand"]
click Base0 "/api/NAnt.Contrib.Tasks.Msi/InstallerCreationCommand"
Base0-->Base1["Object"]
Type["MsmCreationCommand"]
class Type type-node
Syntax
public class MsmCreationCommand : InstallerCreationCommand
Constructors
Name | Summary |
---|---|
MsmCreationCommand |
Fields
Name | Constant Value | Summary |
---|---|---|
components |
Inherited from Installer
|
|
featureComponents |
Inherited from Installer
|
Properties
Name | Value | Summary |
---|---|---|
_xmlNode | XmlNode |
Inherited from Installer
|
AdvtExecuteName | string | |
CabFileName | string | |
ErrorsResourceName | string | |
Location | Core |
Inherited from Installer
|
MsiBase | MSIBase |
Inherited from Installer
|
NamespaceManager | XmlNamespaceManager |
Inherited from Installer
|
Project | Core |
Inherited from Installer
|
Properties | PropertyDictionary |
Inherited from Installer
|
TempFolderPath | string |
Inherited from Installer
|
TemplateResourceName | string | |
Verbose | bool |
Inherited from Installer
|
Methods
Name | Value | Summary |
---|---|---|
Add |
void | |
Execute |
void |
Executes the Task.
Inherited from Installer
|
IsVersion |
bool |
Determines if the supplied version string is valid. A valid version string should look like:
1
1.1
1.1.1
1.1.1.1
Inherited from Installer
static
|
Load |
void | |
Log |
void |
Inherited from Installer
|
ReorderFiles |
void |
Sets the sequence number of files to match their
storage order in the cabinet file, after some
files have had their filenames changed to go in
their own component.
Inherited from Installer
|