Class |
Description |
AssemblyInstaller |
Loads an assembly, finds all installers in it, and runs them. |
ComponentInstaller |
[To be supplied.] |
InstallContext |
Contains information about the current installation. |
Installer |
Provides a basic framework for doing installations. |
InstallerCollection |
Contains a collection of installers to be run during an installation. |
InstallEventArgs |
Provides data for the OnBeforeInstall, OnAfterInstall, OnBeforeCommit, OnAfterCommit, OnBeforeRollback, OnAfterRollback, OnBeforeUninstall, and OnAfterUninstall events. |
InstallException |
[To be supplied.] |
TransactedInstaller |
A transacted install will either completely succeed or fail and leave the machine in its initial state. To run installers in a transaction, add them to the Installers collection of this class. |
WfcInstallContext |
Provides context information for installations invoked through installutil.exe. |