RunInstallerAttribute(Boolean) Constructor

Definition

Initializes a new instance of the RunInstallerAttribute class.

public:
 RunInstallerAttribute(bool runInstaller);
public RunInstallerAttribute (bool runInstaller);
new System.ComponentModel.RunInstallerAttribute : bool -> System.ComponentModel.RunInstallerAttribute
Public Sub New (runInstaller As Boolean)

Parameters

runInstaller
Boolean

true if an installer should be invoked during installation of an assembly; otherwise, false.

Applies to