InstallLogModes Enumeration

DTF API

Copy image CopyHover image
Deployment Tools Foundation InstallLogModes Enumeration
Deployment Tools Foundation NamespacesMicrosoft.Deployment.WindowsInstallerInstallLogModes
Declaration Syntax
C# Visual Basic Visual C++ F#
[FlagsAttribute]
public enum InstallLogModes
<FlagsAttribute>
Public Enumeration InstallLogModes
[FlagsAttribute]
public enum class InstallLogModes
[<FlagsAttribute>]
type InstallLogModes
Members
Member Description
None Disable logging.
FatalExit Log out of memory or fatal exit information.
Error Log error messages.
Warning Log warning messages.
User Log user requests.
Info Log status messages that are not displayed.
ResolveSource Log request to determine a valid source location.
OutOfDiskSpace Log insufficient disk space error.
ActionStart Log the start of installation actions.
ActionData Log the data record for installation actions.
CommonData Log parameters for user-interface initialization.
PropertyDump Log the property values at termination.
Verbose Sends large amounts of information to log file not generally useful to users. May be used for support.
ExtraDebug Log extra debugging information.
LogOnlyOnError Log only on error.
Progress Log progress bar information. This message includes information on units so far and total number of units. See Message(InstallMessage, Record) for an explanation of the message format. This message is only sent to an external user interface and is not logged.
Initialize If this is not a quiet installation, then the basic UI has been initialized. If this is a full UI installation, the Full UI is not yet initialized. This message is only sent to an external user interface and is not logged.
Terminate If a full UI is being used, the full UI has ended. If this is not a quiet installation, the basic UI has not yet ended. This message is only sent to an external user interface and is not logged.
ShowDialog Sent prior to display of the Full UI dialog. This message is only sent to an external user interface and is not logged.
FilesInUse List of files in use that need to be replaced.
RMFilesInUse [MSI 4.0] List of apps that the user can request Restart Manager to shut down and restart.

Assembly: Microsoft.Deployment.WindowsInstaller (Module: Microsoft.Deployment.WindowsInstaller.dll) Version: 3.0.0.0 (3.11.1.2318)