Uninstall a Custom App
Explains how the Custom Apps uninstall feature works and its limitations
Applies to: Custom Apps
The Custom Apps Uninstall feature is designed to simplify the uninstallation of custom applications. It works by leveraging specific uninstall strings found in the Windows registry.
QuietUninstallString
If available, this is prioritized as it typically specifies a silent or automated uninstall command.
UninstallString
If no QuietUninstallString is found, it falls back to the general uninstall command.
Note
The UninstallString may not always support silent operations and could display prompts or dialogs requiring user input. When the uninstallation is triggered in the SYSTEM context, this interaction occurs in session 0, potentially causing the process to fail while waiting for input.
Limitations
Custom Apps uninstallation supports MSI's for ConfigMgr and both MSI's and EXE's for Intune. We are planning to add additional customizations and support in a future release.
Last updated