C# Class Microsoft.Tools.WindowsInstaller.PowerShell.ComponentProvider

Provides information about Windows Installer components.
Mostrar archivo Open project: heaths/psmsi

Public Methods

Method Description
ResolveKeyPath ( System.Management.Automation.SessionState session, string path ) : string

Gets an provider path for the given component key path.

Method Details

ResolveKeyPath() public static method

Gets an provider path for the given component key path.
public static ResolveKeyPath ( System.Management.Automation.SessionState session, string path ) : string
session System.Management.Automation.SessionState The for resolving key paths.
path string The component key path to resolve.
return string