I have a ASP.NET Core web application that uses Wix to install and uninstall.
When I uninstall the MSI from program and features I wanted to create a confirmation dialog (yes/no) the moment I click remove this application on program and features.
Is it possible to add a dialog before the msi starts to uninstall.
If I click yes on the dialog the msi just continues to uninstall
If I click no the msi exists and doesnt uninstall