RunInstallerAttribute.RunInstaller プロパティ

定義

アセンブリのインストール中にインストーラーを呼び出す必要があるかどうかを示す値を取得します。

public:
 property bool RunInstaller { bool get(); };
public bool RunInstaller { get; }
member this.RunInstaller : bool
Public ReadOnly Property RunInstaller As Boolean

プロパティ値

true アセンブリのインストール中にインストーラーを呼び出す必要がある場合。それ以外の場合は false

適用対象