CreatingApp Property

Microsoft Deployment Tools

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

The CreatingApp summary information property conveys which application created the installer database. In general the value for this summary property is the name of the software used to author this database.

Win32 MSI APIs: MsiSummaryInfoGetProperty, MsiSummaryInfoSetProperty

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