I've used the command-line switches for installing a Firebird database from within the install package for my application. But now I'd like to uninstall Firebird in the same way.
The problem is that the Windows install executable for Firebird was built with Inno Setup. In order to uninstall an Inno Setup executable, you have to run a file named uninst???.exe
in the Firebird install directory, where ??? is some three-digit number.
Details:
- I'm using InstallAware as my installation builder. It provides a scripting language somewhat similar to that of InstallShield.
- I'm installing the SuperServer version of Firebird, not the embedded version. (I need concurrent user access for this application.)