AllProducts Property

Microsoft Deployment Tools

Deployment Tools Foundation AllProducts Property
Enumerates all product installations on the system.
Declaration Syntax
C# Visual Basic Visual C++
public static IEnumerable<ProductInstallation> AllProducts { get; }
Public Shared ReadOnly Property AllProducts As IEnumerable(Of ProductInstallation)
public:
static property IEnumerable<ProductInstallation^>^ AllProducts {
	IEnumerable<ProductInstallation^>^ get ();
}
Return Value
An enumeration of product objects.
Remarks

Win32 MSI API: MsiEnumProducts,

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