InstallCommand Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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. |