ClassicAppManager.FindInstalledApp(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.
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.