Subject Re: [firebird-support] How to make my own installer install firebird with my application in vb.net
Author

Simple.
Just download Firebird's installation e run the installer with /silent in the end.
If I was not wrong FB installer is made with InnoSetup. Google for it and for /silent and you will found what you need.
Fabiano

Em 01/05/2014 08:08, "SUKHEN DASS" <sukhendass@...> escreveu:
 

may i know where firebird looks (In which directory) for security2.fdb file if i am installing through manual script.

On Thursday, May 1, 2014 4:15 PM, Reinier Olislagers <reinierolislagers@...> wrote:
 
On 30/04/2014 10:19, sukhendass@... wrote:
> I want to create my own installation to install firebird with my
> application.
> i have downloaded the manual script and i need to attach my own
> security2.fdb as my own userid/password is saved with this db.I have
> replaced my system security2.fdb in the firebird folder where the
> downloaded security2.fdb is located but when i run install_classic.bat
> it runs successfuly but when i connect from flamerobin with my shipped
> db it gives an error msg and i have checked firebird

You could modify the source for setup.exe provided by the Firebird
installer providng your own files. IIRC, it's an Inno Setup script for
the Windows installer but I may be wrong.
An alternative would be to incorporate the Firebird files directly in
your application installer. I'd suggest asking your question on the
Firebird .Net provider group as there's more chance of good responses
(haven't touched .Net myself in years).

PS: perhaps ecurity2.fdb is copied to the system32 directory by the
batch command/installer? No idea, don't run FB server on Windows...