Specifies the installer operation.

Namespace:  Gallio.Runtime.Installer
Assembly:  Gallio (in Gallio.dll) Version: 3.3.0.0 (3.3.610.0)

Syntax

C#
public enum InstallerOperation
Visual Basic (Declaration)
Public Enumeration InstallerOperation

Members

Member nameDescription
Install
Runs the install.
Uninstall
Runs the uninstall.
Format
Formats an object using the default IFormatter.
Format
Formats an object using the specified IFormatter.

See Also