Author Property

Microsoft Deployment Tools

Deployment Tools Foundation Author Property
Gets or sets the Author summary information property.
Declaration Syntax
C# Visual Basic Visual C++
public string Author { get; set; }
Public Property Author As String
public:
property String^ Author {
	String^ get ();
	void set (String^ value);
}
Remarks

The Author summary information property conveys to a file browser the manufacturer of the installation database. This value is typically set from the installer property Manufacturer.

Win32 MSI APIs: MsiSummaryInfoGetProperty, MsiSummaryInfoSetProperty

Assembly: Microsoft.Deployment.WindowsInstaller (Module: Microsoft.Deployment.WindowsInstaller) Version: 3.0.0.0 (3.5.1623.0)