Deployment Tools Foundation
ComponentInstallation Class
Deployment Tools Foundation Namespaces ► Microsoft.Deployment.WindowsInstaller ► ComponentInstallation
Represents an instance of a registered component.

C# | Visual Basic | Visual C++ |
public class ComponentInstallation : InstallationPart
Public Class ComponentInstallation _ Inherits InstallationPart
public ref class ComponentInstallation : public InstallationPart

All Members | Constructors | Methods | Properties | ||
|
|
|
Icon | Member | Description |
---|---|---|
![]() |
ComponentInstallation(String) |
Creates a new ComponentInstallation, automatically detecting the
product that the component is a part of.
|
![]() |
ComponentInstallation(String, String) |
Creates a new ComponentInstallation for a component installed by a
specific product.
|
![]() ![]() |
AllComponents |
Gets the set of installed components for all products.
|
![]() |
ClientProducts |
Gets all client products of a specified component.
|
![]() |
ComponentCode |
Gets the component code (GUID) of the component.
|
![]() |
Equals(Object) | (Inherited from Object.) |
![]() |
Finalize()()() | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (Inherited from Object.) |
![]() |
GetHashCode()()() | Serves as a hash function for a particular type. GetHashCode()()() is suitable for use in hashing algorithms and data structures like a hash table. (Inherited from Object.) |
![]() |
GetType()()() | Gets the Type of the current instance. (Inherited from Object.) |
![]() |
MemberwiseClone()()() | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() |
Path |
Gets the full path to an installed component. If the key path for the component is a
registry key then the registry key is returned.
|
![]() |
Product |
Gets the product that this item is a part of.
(Inherited from InstallationPart.) |
![]() |
Qualifiers |
Gets the set of registered qualifiers for the component.
|
![]() |
State |
Gets the installed state of a component.
(Overrides InstallationPart.State.) |
![]() |
ToString()()() | (Inherited from Object.) |

Object | ||
![]() |
InstallationPart | |
![]() |
ComponentInstallation |