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
System_CAPS_pubmethod WindowsInstallerRepairPath()

Initializes a new instance of the WindowsInstallerRepairPath class.

Properties

Name Description
System_CAPS_pubproperty RelativePathToExe

A relative path with filename to the setup program. '.' or '..' are allowed.

System_CAPS_pubproperty TargetId

ProductCode of MSI or PatchCode for MSP

System_CAPS_pubproperty TargetType

MsiProduct for MSI or MsiPatch for MSP.

Methods

Name Description
System_CAPS_pubmethod Equals(Object)

(Inherited from Object.)

System_CAPS_protmethod Finalize()

(Inherited from Object.)

System_CAPS_pubmethod GetHashCode()

(Inherited from Object.)

System_CAPS_pubmethod GetType()

(Inherited from Object.)

System_CAPS_protmethod MemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethod 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