Installs or uninstalls components using the IInstallerManager.

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

Syntax

C#
public class SetupUtilityCommand : BaseUtilityCommand<SetupUtilityCommand..::.Arguments>
Visual Basic (Declaration)
Public Class SetupUtilityCommand _
	Inherits BaseUtilityCommand(Of SetupUtilityCommand..::.Arguments)

Inheritance Hierarchy

System..::.Object
  Gallio.Runtime.UtilityCommands..::.BaseUtilityCommand<(Of <(SetupUtilityCommand..::.Arguments>)>)
    Gallio.Runtime.Installer..::.SetupUtilityCommand

See Also