Forum Discussion
RadicalGnat
Apr 26, 2023Copper Contributor
How to disable TOAST notification for superseded application?
I have an app that we deploy silently through intune. Install/uninstall toast notifications are turned OFF. However, when I supersede the app with a new version, and tell intune to UNINSTALL the pr...
jordirojas
Oct 10, 2023Copper Contributor
Hi RadicalGnat
Intune didn't provide a native, out-of-the-box solution to suppress the toast notifications specifically for superseded apps. The built-in controls for toast notifications apply to direct installs and uninstalls but not to the supersede process.
Please consider other solutions as:
- manual supersedence (install the new app and uninstall the old one)
- custom script (to detect the previous version and proceed with the uninstall)
- script remediations (to detect the old version and proceed with the uninstall)
BR,
Jordi