Oct 16 2019 08:12 AM
What approaches/workarounds are available to perform custom actions on uninstall with MSIX? For example - to direct the user to a post-uninstall survey, or to collect uninstall events on a per-user basis.
Oct 17 2019 08:30 AM
Feb 11 2020 05:10 AM
Hello @John Vintzel,
Is there a plan to support custom uninstall in near future?
This feature would be of great benefit for enterprise scenarios.
Feb 11 2020 06:11 AM
The app is installed in a container with file and registry virtualization. We also redirect the data to app data. There should not be a need for a custom uninstall.
John.
Oct 14 2020 08:42 AM
@John Vintzel we've got an app, currently in MSI-only, that should ideally perform some cleanup on our remote server (through a JSON API) when uninstalled. How can a call to a remote server be triggered on uninstall if there is no uninstall customization?