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 |