AllComponents Property

Microsoft Deployment Tools

Deployment Tools Foundation AllComponents Property
Gets the set of installed components for all products.
Declaration Syntax
C# Visual Basic Visual C++
public static IEnumerable<ComponentInstallation> AllComponents { get; }
Public Shared ReadOnly Property AllComponents As IEnumerable(Of ComponentInstallation)
public:
static property IEnumerable<ComponentInstallation^>^ AllComponents {
	IEnumerable<ComponentInstallation^>^ get ();
}
Remarks

Win32 MSI API: MsiEnumComponents

Exceptions
Exception Condition
InstallerException The installer configuration data is corrupt

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