Subject | Re: [firebird-support] How to make my own installer install firebird with my application in vb.net |
---|---|
Author | SUKHEN DASS |
Post date | 2014-05-01T11:07:20Z |
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...