RunInstallerAttribute Constructor (Boolean)

 

Initializes a new instance of the RunInstallerAttribute class.

Namespace:   System.ComponentModel
Assembly:  System (in System.dll)

public:
RunInstallerAttribute(
	bool runInstaller
)

Parameters

runInstaller
Type: System::Boolean

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

.NET Framework
Available since 1.1
Return to top
Show: