ISetupInstance.ResolvePath(String) 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.
Resolves the optional relative path to the root path of the instance.
std::wstring ResolvePath(std::wstring const & pwszRelativePath = null);
	public string ResolvePath(string pwszRelativePath = default);
	abstract member ResolvePath : string -> string
	Public Function ResolvePath (Optional pwszRelativePath As String = Nothing) As String
	Parameters
- pwszRelativePath
 - String
 
A relative path within the instance to resolve, or NULL to get the root path.
Returns
The full path to the optional relative path within the instance. If the relative path is NULL, the root path will always terminate in a backslash.