ISetupInstance2.GetEnginePath Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.