Comments Property

Microsoft Deployment Tools

Deployment Tools Foundation Comments Property
Gets or sets the Comments summary information property.
Declaration Syntax
C# Visual Basic Visual C++
public string Comments { get; set; }
Public Property Comments As String
public:
property String^ Comments {
	String^ get ();
	void set (String^ 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) Version: 3.0.0.0 (3.5.1623.0)