CreatingApp Property

Microsoft Deployment Compression & Installer

Copy image CopyHover image
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
	Get
	Set
public:
property String^ CreatingApp {
	String^ get ();
	void set (String^ value);
}
Property 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.dll) Version: 3.0.0.0 (3.9.1006.0)