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