I have a .NET deployment project. I would like to add a custom uninstall action that checks certain conditions and optionally cancels the uninstallation. Is that possible?
As far as I figured out, it's only possible to define custom actions that cannot influence the main installer itself.