I have an InstallShield installer which does some stuff. In case the installation breaks the rollback sequence gets started. I do know that I can create conditions for my custom actions in order to make it run only during install or uninstall, but which condition do I set to make it run on rollback?
To be precisely I need rollback and remove. At the moment I have already set REMOVE which works perfectly on uninstall.