XML : WIX - Stop uninstallation and inform customer to close the application if your application is running

I added service control with parameters Start="install" Stop="both" Remove="uninstall" Wait="yes". Install and Uninstall works fine.

Uninstall doesn't work when application is open.

How to a) stop uninstall process and show a message to user to close all related applications. b) how to automatically close all running applications before stopping the service?

No comments:

Post a Comment