IPublishProperties3::Install Property

 

Gets or sets a value that indicates whether the installer will install the application.

Namespace:   Microsoft.VisualStudio.ManagedInterfaces.Publish
Assembly:  Microsoft.VisualStudio.ManagedInterfaces.9.0 (in Microsoft.VisualStudio.ManagedInterfaces.9.0.dll)

[DispIdAttribute(9)]
property bool Install {
	bool get();
	void set(bool value);
}

Property Value

Type: System::Boolean

true if the installer installs the application; otherwise, false.

If this property is false, the application is started, but not installed.

Return to top
Show: