InstallCommand 類別

定義

表示安裝套件中的單一命令。

public ref class InstallCommand abstract
public abstract class InstallCommand
type InstallCommand = class
Public MustInherit Class InstallCommand
繼承
InstallCommand

建構函式

InstallCommand(Installer)

InstallCommand為指定的 Installer 實例建立 物件的實例。

屬性

Done

取得或設定值,指出這個物件代表的命令已完成。

EnvironmentVariables

取得這個 InstallCommand 實例之環境變數的字典。

Installer

取得這個 InstallCommand 實例之 Installer 物件的參考。

InstallReturnCode

取得或設定 , InstallReturnCode 表示完成時安裝程式命令的狀態。

方法

ReplaceEnvironmentVariables(String)

傳回指定字串的值,並以目前 InstallCommand 實例中取代和展開的環境變數。

適用於