I'm trying to install Firebird 3 along with my application using Inno Setup and I need to distribute a customized version of firebird.conf
file to replace the default that comes with Firebird. How to do that? Any options of the following would be enough:
Copy
Firebird.conf
after Firebird is installed. (I'm not able to do that since the file added in[Files]
section is always copied before running Firebird installation).Download sources for Firebird, add my
firebird.conf
there and create a new Firebird installer. (No idea where to get all the necessary files for this)