InstallCommand Class

Definition

Represents a single command in an installation package.

public ref class InstallCommand abstract
public abstract class InstallCommand
type InstallCommand = class
Public MustInherit Class InstallCommand
Inheritance
InstallCommand

Constructors

InstallCommand(Installer)

Creates an instance of an InstallCommand object for a given Installer instance.

Properties

Done

Gets or sets a value indicating the command that this object represents has completed.

EnvironmentVariables

Gets a dictionary of environment variables for this InstallCommand instance.

Installer

Gets a reference to the Installer object for this InstallCommand instance.

InstallReturnCode

Gets or sets the InstallReturnCode that indicates the status of the installer command upon completion.

Methods

ReplaceEnvironmentVariables(String)

Returns the value of the given string with replaced and expanded environment variables from the current InstallCommand instance.

Applies to