Subject Re: [firebird-support] how to deploy a FB application
Author Helen Borrie
At 06:45 AM 17/05/2011, Michael Ludwig wrote:
>Leonard Zaslow schrieb am 15.05.2011 um 11:50 (-0400):
>
>> The documentation on the Firebird site is obsolete and the Inno
>> script file does not compile.
>
>What's an Inno script? Never heard of such a beast.

See http://www.jrsoftware.org/isinfo.php "A powerful script based freeware installation builder with Delphi source available. By Jordan Russell."

It is the tool used to build the Firebird Windows kits.

>> What files (servers, drivers, etc.)) are needed on the client's
>> computer to have the applications access the Firebird databases?
>
>The client library, the tools (if needed) and firebird.msg (if the applications will use the Services API.
>
>> Is an Inno or InstallShield script file already available?

The Inno (not InstallShield) scripts are distributed in the source package, which you can download from the Downloads page of the version you are interested in. The install scripts and batch files are in
$basedir$:\builds\install\arch-specific\win32. The master script is FirebirdInstall_20.iss.

Don't overlook the text files in the \doc\ folder of your Windows installation, either. There are instructions there for running a command-line install with specific parameters, using the distributed installation kits.

./heLen