ClassicAppManager.FindInstalledApp(String) Method

Definition

Finds and returns info for an installed classic desktop app.

public:
 static InstalledClassicAppInfo ^ FindInstalledApp(Platform::String ^ appUninstallKey);
 static InstalledClassicAppInfo FindInstalledApp(winrt::hstring const& appUninstallKey);
public static InstalledClassicAppInfo FindInstalledApp(string appUninstallKey);
function findInstalledApp(appUninstallKey)
Public Shared Function FindInstalledApp (appUninstallKey As String) As InstalledClassicAppInfo

Parameters

appUninstallKey
String

Platform::String

winrt::hstring

The uninstall registry key for the app.

Uninstall registry keys can be found at: HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Uninstall

Returns

Info for the app.

Applies to