WindowsInstallerRepairPath.RelativePathToExe Property

 

Applies To: Windows Server Update Services

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

Namespace:   Microsoft.UpdateServices.Administration
Assembly:  Microsoft.UpdateServices.Administration (in Microsoft.UpdateServices.Administration.dll)

Syntax

public string RelativePathToExe { get; set; }
public:
property String^ RelativePathToExe {
    String^ get();
    void set(String^ value);
}
member RelativePathToExe : string with get, set
Public Property RelativePathToExe As String

Property Value

Type: System.String

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

See Also

WindowsInstallerRepairPath Class
Microsoft.UpdateServices.Administration Namespace

Return to top