I have a master installer that executes a bunch of installers (all made with Inno Setup). Each installed app has its own uninstaller, and there is also an uninstaller created from the master installer.
The master installer doesn't do anything else besides running the other installers but it does produce an uninstaller for itself.
Is there anyway to uninstall all the apps when this uninstaller is executed?
Here's the example .iss file for the master installer, which runs two other installers:
If it matters, some of these installers install their app in a subfolder of the root folder specified by the master installer.