Hi
I'm preparing a MacOS installation package (pkg) for my application which used Firebird 5
I have to options
1. Standard installation
I will include the Firebird pkg file in my installation and silently install it.
But here I doubt that if there is already FB4 installed there will be an issue.
2. Bundle Firebird inside my installation files
I will put Firebird files in my pkg file and copy them and run the Firebird
This option will allow me to copy the exact version which is suitable for my app
May be you can help me decide how to approach it.
Is it even possible to just copy the installation files and prepared configuration file and just run FB
I need to copy the arm and x86_64 Firebird files depending on architecture.