Subject | Re: [firebird-support] Superserver installation by default for FB21 in silent mode |
---|---|
Author | Helen Borrie |
Post date | 2008-09-04T07:17:07Z |
At 17:01 4/09/2008, Bhavbhuti wrote:
Quoting from installation_scripted.txt in your Firebird \doc folder:
/COMPONENTS="comma separated list of component names"
Choose from - ServerComponent,
ServerComponent\SuperServerComponent,
ServerComponent\ClassicServerComponent,
DevAdminComponent and
ClientComponent
Overrides the default components settings. Using
this command line parameter causes Setup to
automatically select a custom type. A full install
requires combining components. For example:
/COMPONENTS="ServerComponent,
ServerComponent\SuperServerComponent,
DevAdminComponent,ClientComponent"
would be required for a full install of the SuperServer.
Attention!!! The parser stops when it reaches white space. For example
this will fail to install the second component:
/COMPONENTS="DevAdminComponent, ClientComponent"
Make sure that your component list is _only_ separated by commas.
./hb
>Hi allWell, here at least, you seem to be breaking the rules for passing the COMPONENTS arguments to the installer:
>
>I have been using the following parameters for installing FB in the
>silent mode (my installer calling FB installer)
>
>/sp- /silent /COMPONENTS="SuperServerComponent, ServerComponent,
>DevAdminComponent, ClientComponent
>
>But atleast on W98 it seems to install the Classic server by default.
> Could you kindly advise on what might have changed with the parameters.
Quoting from installation_scripted.txt in your Firebird \doc folder:
/COMPONENTS="comma separated list of component names"
Choose from - ServerComponent,
ServerComponent\SuperServerComponent,
ServerComponent\ClassicServerComponent,
DevAdminComponent and
ClientComponent
Overrides the default components settings. Using
this command line parameter causes Setup to
automatically select a custom type. A full install
requires combining components. For example:
/COMPONENTS="ServerComponent,
ServerComponent\SuperServerComponent,
DevAdminComponent,ClientComponent"
would be required for a full install of the SuperServer.
Attention!!! The parser stops when it reaches white space. For example
this will fail to install the second component:
/COMPONENTS="DevAdminComponent, ClientComponent"
Make sure that your component list is _only_ separated by commas.
./hb