Installs or uninstalls components on the local machine.
Namespace:
Gallio.Runtime.InstallerAssembly: Gallio (in Gallio.dll) Version: 3.3.0.0 (3.3.459.0)
Syntax
| C# |
|---|
public interface IInstaller |
| Visual Basic (Declaration) |
|---|
Public Interface IInstaller |
Remarks
An installer enables plugins to register and unregister their components with the operating system as needed. Typically the installers are invoked by the Gallio installation package (ie. the originally downloaded MSI file) but they can also be invoked by the user via the SetupUtilityCommand utility command.
