- Assembly
- NAnt
.Contrib .dll - Namespace
- NAnt
.Contrib .Schemas .Msi - Base Types
-
- Object
- Derived Types
graph BT
Type-->Base0["Object"]
Type["MSIBase"]
class Type type-node
Derived0["msi"]-->Type
click Derived0 "/api/NAnt.Contrib.Schemas.Msi/msi"
Derived1["msm"]-->Type
click Derived1 "/api/NAnt.Contrib.Schemas.Msi/msm"
Syntax
[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "4.0.30319.33440")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "NAnt.Contrib.Tasks.Msi.MsiTask")]
public class MSIBase
Attributes
Type | Description |
---|---|
Generated |
|
Serializable |
|
Debugger |
|
Designer |
|
XmlTypeAttribute |
Constructors
Name | Summary |
---|---|
MSIBase |
Properties
Name | Value | Summary |
---|---|---|
actiontext | M |
|
appmappings | MSIAppMapping[] | |
approots | MSIAppRoot[] | |
binaries | MSIBinary[] | |
components | MSIComponent[] | |
controlconditions | M |
|
controlevents | MSIControlEvent[] | |
controls | MSIControl[] | |
customactions | MSICustomAction[] | |
debug | bool | |
deterministicguids | bool | |
dialogs | MSIDialog[] | |
directories | MSIRootDirectory[] | |
environment | MSIVariable[] | |
errortemplate | string | |
failonerror | string | |
icons | MSIIcon[] | |
iisproperties | MSIIISProperty[] | |
output | string | |
properties | property[] | |
registry | MSIRegistryKey[] | |
search | search | |
sequences | MSISequence[] | |
shortcuts | MSIShortcut[] | |
sourcedir | string | |
summaryinformation | summaryinformation | |
tables | MSITable[] | |
template | string | |
urlproperties | MSIURLProperty[] | |
vdirproperties | MSIVDirProperty[] | |
verbose | bool |