Deployment Tools Foundation
InstallRunMode Enumeration
Deployment Tools Foundation Namespaces ► Microsoft.Deployment.WindowsInstaller ► InstallRunMode
Specifies the run mode for GetMode(InstallRunMode).
Declaration Syntax| C# | Visual Basic | Visual C++ |
public enum InstallRunMode
Public Enumeration InstallRunMode
public enum class InstallRunMode
Members| Member | Description |
|---|---|
| Admin |
The administrative mode is installing, or the product is installing.
|
| Advertise |
The advertisements are installing or the product is installing or updating.
|
| Maintenance |
An existing installation is being modified or there is a new installation.
|
| RollbackEnabled |
Rollback is enabled.
|
| LogEnabled |
The log file is active. It was enabled prior to the installation session.
|
| Operations |
Execute operations are spooling or they are in the determination phase.
|
| RebootAtEnd |
A reboot is necessary after a successful installation (settable).
|
| RebootNow |
A reboot is necessary to continue the installation (settable).
|
| Cabinet |
Files from cabinets and Media table files are installing.
|
| SourceShortNames |
The source LongFileNames is suppressed through the PID_MSISOURCE summary property.
|
| TargetShortNames |
The target LongFileNames is suppressed through the SHORTFILENAMES property.
|
| Windows9x |
The operating system is Windows 95, Windows 98, or Windows ME.
|
| ZawEnabled |
The operating system supports demand installation.
|
| Scheduled |
A custom action called from install script execution.
|
| Rollback |
A custom action called from rollback execution script.
|
| Commit |
A custom action called from commit execution script.
|