AllProducts Property

Microsoft Deployment Compression & Installer

Copy image CopyHover image
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)
	Get
public:
static property IEnumerable<ProductInstallation^>^ AllProducts {
	IEnumerable<ProductInstallation^>^ get ();
}
Return Value
IEnumerable<(Of <(<'ProductInstallation>)>)>
An enumeration of product objects.
Remarks

Win32 MSI API: MsiEnumProducts,

Assembly: Microsoft.Deployment.WindowsInstaller (Module: Microsoft.Deployment.WindowsInstaller.dll) Version: 3.0.0.0 (3.9.1006.0)