Subject | Re: Command line switches |
---|---|
Author | jorgebj |
Post date | 2009-03-12T19:19:16Z |
Hello Helen, nice to meet you !!
In that EXE file (instvc.exe) i do not see the parameters for the configuration of firebird so that is executed like service or application.
I am going to try to give more details of the problem that i have:
I have an application (SetupBuilder) that installs my software and firebird at the same time. Then, i do this in my program installer:
If WindowsVersion = Win95 Or Win98 Or ME !! install with out CPL
Run Firebird-2.0.0.12748-0-Win32.exe /SP- /SILENT /NOCPL /COPYFBCLIENT /NOCANCEL /DIR="C:\Program Files\Firebird\Firebird_2_0"
Else !! install with CPL
Run Firebird-2.0.0.12748-0-Win32.exe /SP- /SILENT /COPYFBCLIENT/NOCANCEL /DIR="C:\Program Files\Firebird\Firebird_2_0"
.
For operating systems Win95 or 98 or ME, i need that Firebird is executed like Application, for the other operating systems, i need that Firebird is executed like service. Then my question is: What command line (additional to the commands /SP- /SILENT, etc) is needed so that Firebird is executed like " Application" or " Service"
If i leave my line of programming thus (Run Firebird-2.0.0.12748-0-Win32.exe /SP- /SILENT /NOCPL /COPYFBCLIENT /NOCANCEL /DIR="C:\Program Files\Firebird\Firebird_2_0") for the Win 95, Win 98 or WinME, Firebird does not work correctly because is executing like service and not like application.
Thanks for your answer.
Jorge Botello.
Ciudad de México.
In that EXE file (instvc.exe) i do not see the parameters for the configuration of firebird so that is executed like service or application.
I am going to try to give more details of the problem that i have:
I have an application (SetupBuilder) that installs my software and firebird at the same time. Then, i do this in my program installer:
If WindowsVersion = Win95 Or Win98 Or ME !! install with out CPL
Run Firebird-2.0.0.12748-0-Win32.exe /SP- /SILENT /NOCPL /COPYFBCLIENT /NOCANCEL /DIR="C:\Program Files\Firebird\Firebird_2_0"
Else !! install with CPL
Run Firebird-2.0.0.12748-0-Win32.exe /SP- /SILENT /COPYFBCLIENT/NOCANCEL /DIR="C:\Program Files\Firebird\Firebird_2_0"
.
For operating systems Win95 or 98 or ME, i need that Firebird is executed like Application, for the other operating systems, i need that Firebird is executed like service. Then my question is: What command line (additional to the commands /SP- /SILENT, etc) is needed so that Firebird is executed like " Application" or " Service"
If i leave my line of programming thus (Run Firebird-2.0.0.12748-0-Win32.exe /SP- /SILENT /NOCPL /COPYFBCLIENT /NOCANCEL /DIR="C:\Program Files\Firebird\Firebird_2_0") for the Win 95, Win 98 or WinME, Firebird does not work correctly because is executing like service and not like application.
Thanks for your answer.
Jorge Botello.
Ciudad de México.
--- In firebird-support@yahoogroups.com, Helen Borrie <helebor@...> wrote:
>
> At 11:52 AM 12/03/2009, you wrote:
> >Hello:
> >
> >There are a file in FireBird_2_0\doc named "installation_scripted.txt" with commands like: /SP- /SILENT or /NOCPL.
> >
> >Are there a setup command line so that Firebird run (is executed) like "Application" or "Service"?
>
> Look at ..\bin\instvc.exe (run it with a dummy switch such as -? to see which parameters you need). There is doc for it in ...\doc\, as well.
>
> ./hb
>