Our software is delivered with several additional applications. These are installed with an Inno Setup routine.
At installation Inno Setup installs all programs one after another that are listed in [Run]
-section. So far so good.
Problem begins at uninstallation. I can't control the moment when an uninstaller is started. All uninstallers are started one after one without waiting until the previous has finished. Even flags e.g. waituntilterminated
don't work. Any suggestions?