Subject | Re: Using the Embedded Server |
---|---|
Author | csiagent029 |
Post date | 2005-05-30T23:45:46Z |
Thanks for your input.
I haven't used installers except for innosetup some time ago, but I
wasn't using firebird then.
My concern is to not destroy any other data they might have when using
the full server option.
And also, if they don't have firebird installed already, configuring
it. So basically the bad part there would be the SYSDBA password
setting I guess.
I'll check into doing my own custom-built installer.
Thanks for the idea.
I haven't used installers except for innosetup some time ago, but I
wasn't using firebird then.
My concern is to not destroy any other data they might have when using
the full server option.
And also, if they don't have firebird installed already, configuring
it. So basically the bad part there would be the SYSDBA password
setting I guess.
I'll check into doing my own custom-built installer.
Thanks for the idea.
>know the
> If you install everything, such as when using embedded, then you
> default system user and password so you can use that to create theowner you
> need for your database. If the server is already installed, you willneed to
> prompt the install user for the SYSDBA password. You can try the defaultchanged
> first, just in case, but in most cases the password should have been
> if the server has been running already.doing these
>
> In my case, I have my own, custom-built installer that I use so
> things isn't a problem. It's all built in. If you use otherinstallers like
> Wise, etc., they usually have options for scripts/exes to run during oryou need.
> after install. Use that to set up the initial database stuff that
> Once the install program finishes, it can run an EXE that createsthe user
> needed, the new database, etc.. You can build a small app that does thethings is up
> work for you and run that after the install. Exactly how you do
> to the actual installer that you end up using.
>
> HTH
>
> Woody (TMW)