RunInstallerAttribute.RunInstaller 属性

定义

获取一个值,该值指示在程序集安装期间是否调用某安装程序。

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

属性值

如果在程序集安装过程中应调用某安装程序,则为 true;否则为 false

适用于