Comments Property

DTF API

Copy image CopyHover image
Deployment Tools Foundation Comments Property
Gets or sets the Comments summary information property.
Declaration Syntax
C# Visual Basic Visual C++ F#
public string Comments { get; set; }
Public Property Comments As String
	Get
	Set
public:
property String^ Comments {
	String^ get ();
	void set (String^ value);
}
member Comments : string with get, set
Property Value
Remarks

The Comments summary information property conveys the general purpose of the installer database. By convention, the value for this summary property is set to the following:

"This installer database contains the logic and data required to install <product name>."

where <product name> is the name of the product being installed. In general the value for this summary property only changes in the product name, nothing else.

Win32 MSI APIs: MsiSummaryInfoGetProperty, MsiSummaryInfoSetProperty

Assembly: Microsoft.Deployment.WindowsInstaller (Module: Microsoft.Deployment.WindowsInstaller.dll) Version: 3.0.0.0 (3.11.1.2318)