WindowsInstallerRepairPath Class
Applies To: Windows Server Update Services
This class is used to support Exe-wrapped-Msi. It contains TargetId (ProductCode of Msi), TargetType: for either MSI or MSP; and RelativePathToExe: a relative path to setup executable which AU will use it to determine where the repair path is for each MSI/MSP.
Namespace: Microsoft.UpdateServices.Administration
Assembly: Microsoft.UpdateServices.Administration (in Microsoft.UpdateServices.Administration.dll)
Inheritance Hierarchy
System.Object
Microsoft.UpdateServices.Administration.WindowsInstallerRepairPath
Syntax
public class WindowsInstallerRepairPath
public ref class WindowsInstallerRepairPath
type WindowsInstallerRepairPath = class end
Public Class WindowsInstallerRepairPath
Constructors
Name | Description | |
---|---|---|
WindowsInstallerRepairPath() | Initializes a new instance of the WindowsInstallerRepairPath class. |
Properties
Name | Description | |
---|---|---|
RelativePathToExe | A relative path with filename to the setup program. '.' or '..' are allowed. |
|
TargetId | ProductCode of MSI or PatchCode for MSP |
|
TargetType | MsiProduct for MSI or MsiPatch for MSP. |
Methods
Name | Description | |
---|---|---|
Equals(Object) | (Inherited from Object.) |
|
Finalize() | (Inherited from Object.) |
|
GetHashCode() | (Inherited from Object.) |
|
GetType() | (Inherited from Object.) |
|
MemberwiseClone() | (Inherited from Object.) |
|
ToString() | (Inherited from Object.) |
Thread Safety
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
See Also
Microsoft.UpdateServices.Administration Namespace
Return to top