Deployment Tools Foundation
AllComponents Property
Gets the set of installed components for all products.

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 (); }

Win32 MSI API: MsiEnumComponents

Exception | Condition |
---|---|
InstallerException | The installer configuration data is corrupt |