When uninstalling an application by double clicking the MSI that I have created via WIX, I get the "Change, Repair, Remove" dialog as I have designed. But, when uninstalling via Add/Remove programs OR from the command line via msiexec /x
I do not. All I get is "Are you sure you want to uninstall this program?"
I would like to force the user to always be prompted with the "Change, Repair, Remove" dialog when uninstalling. The reason is I have some custom UIs invoked upon Removal. Another alternative is to always force the user through the Removal UI sequence I have designed.
Any hints on how to do this with WiX?