How to make an application uninstallable from Windows 11 Settings

Glenn R 0 Reputation points
2024-06-11T05:17:09.9566667+00:00

This page:

https://prod.support.services.microsoft.com/en-au/windows/uninstall-or-remove-apps-and-programs-in-windows-4b55f974-2cc6-2d2b-d092-5905080eaf98 says:

"Note: Some apps can't be uninstalled from the Settings app right now. For help uninstalling these apps, follow the instructions to uninstall from Control Panel."

Installers created using Qt Installer Framework (4.8 at the time of writing) appear to be subject to the above restriction i.e. the uninstaller fails to launch from Settings but behaves as expected when launched from Control Panel. Furthermore there is no affordance around the failure to launch that will help the user to discover this.

What does an uninstaller need to implement in order for it to work from the Settings App?

Windows
Windows
A family of Microsoft operating systems that run across personal computers, tablets, laptops, phones, internet of things devices, self-contained mixed reality headsets, large collaboration screens, and other devices.
5,777 questions
0 comments No comments
{count} votes

2 answers

Sort by: Most helpful
  1. Benjamin Oldenburg 5 Reputation points
    2024-10-13T14:38:11.0833333+00:00
    1 person found this answer helpful.
    0 comments No comments

  2. Wesley Li 11,010 Reputation points
    2024-06-21T15:24:38.53+00:00

    Hello

    Please ensure the app is listed in HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall and "displayname", "uninstallstring" are configured. Compare the registry key cocnfigurations with other apps listed here (shown in Apps setting UI).


Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.