| ActionResult | Specifies a return status value for custom actions. |
| ComponentAttributes | Available values for the Attributes column of the Component table. |
| ControlAttributes | Defines flags for the Attributes column of the Control table. |
| CustomActionTypes | Defines flags for the Type column of the CustomAction table. |
| DatabaseOpenMode | Specifies the open mode for a «see T:WixToolset.Dtf.WindowsInstaller.Database» . |
| DialogAttributes | Defines flags for the Attributes column of the Dialog table. |
| FeatureAttributes | Available values for the Attributes column of the Feature table. |
| FileAttributes | Available values for the Attributes column of the File table. |
| IniFileAction | Defines values for the Action column of the IniFile and RemoveIniFile tables. |
| InstallLogModes | Log modes available for «see M:WixToolset.Dtf.WindowsInstaller.Installer.EnableLog(WixToolset.Dtf.WindowsInstaller.InstallLogModes,System.String)» and «see M:WixToolset.Dtf.WindowsInstaller.Installer.SetExternalUI(WixToolset.Dtf.WindowsInstaller.ExternalUIHandler,WixToolset.Dtf.WindowsInstaller.InstallLogModes)» . |
| InstallMessage | Type of message to be processed by «see M:WixToolset.Dtf.WindowsInstaller.Session.Message(WixToolset.Dtf.WindowsInstaller.InstallMessage,WixToolset.Dtf.WindowsInstaller.Record)» , «see T:WixToolset.Dtf.WindowsInstaller.ExternalUIHandler» , or «see T:WixToolset.Dtf.WindowsInstaller.ExternalUIRecordHandler» . |
| InstallMode | Specifies the install mode for «see M:WixToolset.Dtf.WindowsInstaller.Installer.ProvideComponent(System.String,System.String,System.String,WixToolset.Dtf.WindowsInstaller.InstallMode)» or «see M:WixToolset.Dtf.WindowsInstaller.Installer.ProvideQualifiedComponent(System.String,System.String,WixToolset.Dtf.WindowsInstaller.InstallMode,System.String)» . |
| InstallRunMode | Specifies the run mode for «see M:WixToolset.Dtf.WindowsInstaller.Session.GetMode(WixToolset.Dtf.WindowsInstaller.InstallRunMode)» . |
| InstallState | Installed state of a Component or Feature. |
| InstallType | Specifies the type of installation for «see M:WixToolset.Dtf.WindowsInstaller.Installer.ApplyPatch(System.String,System.String,WixToolset.Dtf.WindowsInstaller.InstallType,System.String)» . |
| InstallUIOptions | Level of the installation user interface, specified with «see M:WixToolset.Dtf.WindowsInstaller.Installer.SetInternalUI(WixToolset.Dtf.WindowsInstaller.InstallUIOptions)» . |
| LocatorTypes | Defines values for the Type column of the CompLocator, IniLocator, and RegLocator tables. |
| MessageBoxStyles | |
| MessageButtons | Specifies constants defining which buttons to display for a message. This can be cast to the MessageBoxButtons enum in System.Windows.Forms and System.Windows. |
| MessageDefaultButton | Specifies constants defining the default button on a message. This can be cast to the MessageBoxDefaultButton enum in System.Windows.Forms and System.Windows. |
| MessageIcon | Specifies constants defining which information to display. This can be cast to the MessageBoxIcon enum in System.Windows.Forms and System.Windows. |
| MessageResult | Specifies a return status value for message handlers. These values are returned by «see M:WixToolset.Dtf.WindowsInstaller.Session.Message(WixToolset.Dtf.WindowsInstaller.InstallMessage,WixToolset.Dtf.WindowsInstaller.Record)» , «see T:WixToolset.Dtf.WindowsInstaller.ExternalUIHandler» , and «see M:WixToolset.Dtf.WindowsInstaller.IEmbeddedUI.ProcessMessage(WixToolset.Dtf.WindowsInstaller.InstallMessage,WixToolset.Dtf.WindowsInstaller.Record,WixToolset.Dtf.WindowsInstaller.MessageButtons,WixToolset.Dtf.WindowsInstaller.MessageIcon,WixToolset.Dtf.WindowsInstaller.MessageDefaultButton)» . |
| PatchStates | Specifies the different patch states for «see M:WixToolset.Dtf.WindowsInstaller.PatchInstallation.GetPatches(System.String,System.String,System.String,WixToolset.Dtf.WindowsInstaller.UserContexts,WixToolset.Dtf.WindowsInstaller.PatchStates)» . |
| RegistryRoot | Defines values for the Root column of the Registry, RemoveRegistry, and RegLocator tables. |
| ReinstallModes | Specifies the reinstall mode for «see M:WixToolset.Dtf.WindowsInstaller.Installer.ReinstallFeature(System.String,System.String,WixToolset.Dtf.WindowsInstaller.ReinstallModes)» or «see M:WixToolset.Dtf.WindowsInstaller.Installer.ReinstallProduct(System.String,WixToolset.Dtf.WindowsInstaller.ReinstallModes)» . |
| RemoveFileModes | Defines values for the InstallMode column of the RemoveFile table. |
| ServiceAttributes | Defines values for the ServiceType, StartType, and ErrorControl columns of the ServiceInstall table. |
| ServiceControlEvents | Defines values for the Event column of the ServiceControl table. |
| TextStyles | Defines values for the StyleBits column of the TextStyle table. |
| TransactionAttributes | Attributes for «see T:WixToolset.Dtf.WindowsInstaller.Transaction» methods. |
| TransformErrors | Transform error conditions available for «see M:WixToolset.Dtf.WindowsInstaller.Database.CreateTransformSummaryInfo(WixToolset.Dtf.WindowsInstaller.Database,System.String,WixToolset.Dtf.WindowsInstaller.TransformErrors,WixToolset.Dtf.WindowsInstaller.TransformValidations)» or «see M:WixToolset.Dtf.WindowsInstaller.Database.ApplyTransform(System.String,WixToolset.Dtf.WindowsInstaller.TransformErrors)» . |
| TransformValidations | Transform validation flags available for «see M:WixToolset.Dtf.WindowsInstaller.Database.CreateTransformSummaryInfo(WixToolset.Dtf.WindowsInstaller.Database,System.String,WixToolset.Dtf.WindowsInstaller.TransformErrors,WixToolset.Dtf.WindowsInstaller.TransformValidations)» . |
| UpgradeAttributes | Defines values for the Attributes column of the Upgrade table. |
| UserContexts | Specifies the installation context for «see T:WixToolset.Dtf.WindowsInstaller.ProductInstallation» s, «see T:WixToolset.Dtf.WindowsInstaller.PatchInstallation» es, and «see M:WixToolset.Dtf.WindowsInstaller.Installer.DetermineApplicablePatches(System.String,System.String[],WixToolset.Dtf.WindowsInstaller.InapplicablePatchHandler,System.String,WixToolset.Dtf.WindowsInstaller.UserContexts)» |
| ValidationError | Defines the type of error encountered by the «see M:WixToolset.Dtf.WindowsInstaller.View.Validate(WixToolset.Dtf.WindowsInstaller.Record)» , «see M:WixToolset.Dtf.WindowsInstaller.View.ValidateNew(WixToolset.Dtf.WindowsInstaller.Record)» , or «see M:WixToolset.Dtf.WindowsInstaller.View.ValidateFields(WixToolset.Dtf.WindowsInstaller.Record)» methods of the «see T:WixToolset.Dtf.WindowsInstaller.View» class. |
| ViewModifyMode | Specifies the modify mode for «see M:WixToolset.Dtf.WindowsInstaller.View.Modify(WixToolset.Dtf.WindowsInstaller.ViewModifyMode,WixToolset.Dtf.WindowsInstaller.Record)» . |