![Copy image Copy image](copycode.gif)
![CopyHover image CopyHover image](copycodeHighlight.gif)
Deployment Tools Foundation
Installation Class
Subclasses of this abstract class represent a unique instance of a
registered product or patch installation.
![](collapse_all.gif)
C# | Visual Basic | Visual C++ | F# |
public abstract class Installation
Public MustInherit Class Installation
public ref class Installation abstract
[<AbstractClassAttribute>] type Installation = class end
![](collapse_all.gif)
All Members | Methods | Properties | |||
|
|
|
Icon | Member | Description |
---|---|---|
![]() |
Context |
Gets the user context of this product or patch installation.
|
![]() |
Equals(Object) | (Inherited from Object.) |
![]() |
Finalize()()()() | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
![]() |
GetHashCode()()()() | Serves as a hash function for a particular type. (Inherited from Object.) |
![]() |
GetType()()()() | Gets the Type of the current instance. (Inherited from Object.) |
![]() |
IsInstalled |
Gets a value indicating whether this product or patch is installed on the current system.
|
![]() |
Item[([( String])]) |
Gets a property about the product or patch installation.
|
![]() |
MemberwiseClone()()()() | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() |
SourceList |
Gets the source list of this product or patch installation.
|
![]() |
ToString()()()() | Returns a string that represents the current object. (Inherited from Object.) |
![]() |
UserSid |
Gets the user security identifier (SID) under which this product or patch
installation is available.
|
![](collapse_all.gif)
Object | ||
![]() |
Installation | |
![]() |
PatchInstallation | |
![]() |
ProductInstallation |
Assembly: Microsoft.Deployment.WindowsInstaller (Module: Microsoft.Deployment.WindowsInstaller.dll) Version: 3.0.0.0 (3.11.1.2318)