Hi,

I made an application using firebird. Not the first actually ;-) I wanted to create an installer for it using inno-setup. I also included the firebird installation, a silent install. Unfortunately, my application does not work, because the firebird-driver is not found.
Investigation showed some of the switches seem not to work. I did :
Firebird-2.5.1.26351_1_Win32.exe /SP- /SILENT /COMPONENTS="ClientComponent" /NOGDS32 /COPYFBCLIENT

In "Program Files" I see a directory for firebird, and there I find fbclient. But /COPYFBCLIENT should copy this in the windows system directory, but it doesn't.
If I install "manually" with firebird's own installer, all is fine.

This happens at least since Firebird 2.1.4. Firebird 2.0.4 works OK.
Am I doing something wrong ? The docs say it should work.

Another question : I read somewhere one should avoid copying fblient. But how do I know where fbclient is installed ? Should I search the registry ?

Thanks for any clarification on this.

Regards,

Koenraad Lelong.

--
_______________________________________________
Lazarus mailing list
[email protected]
http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus

Reply via email to