Subject Re: [firebird-support] how to deploy a FB application
Author Ann Harrison
On Sun, May 15, 2011 at 11:50 AM, Leonard Zaslow <lbzaslow@...> wrote:

> I have update old Paradox table applications to use Firebird databases.
> Everything is fine on the development computer and I want to deploy the
> applications.  The documentation on the Firebird site is obsolete and the
> Inno script file does not compile.  What files (servers, drivers, etc.)) are
> needed on the client's computer to have the applications access the Firebird
> databases?  Is an Inno or InstallShield script file already available?

That depends on whether you're keeping a central database that all the
application instances will access or allowing each instance to create and
maintain its own database. In the former case, you need the client library
and a message file (I think). In the latter, you might look at the advantages
of the embedded server. There is a third case, where customers have their
own shared databases. Then you need a full Firebird installation on your
kit. The project maintains a silent Inno setup installer for Windows - and
equivalents for the various Linux distros.

Good luck,

Ann