ISetupInstance2.GetEnginePath Method

Definition

Gets the directory path to the setup engine that installed the instance.

public:
 System::String ^ GetEnginePath();
public:
 Platform::String ^ GetEnginePath();
std::wstring GetEnginePath();
public string GetEnginePath ();
abstract member GetEnginePath : unit -> string
Public Function GetEnginePath () As String

Returns

The directory path to the setup engine that installed the instance.

Applies to