Subject Re: [firebird-support] Silent client-only install on Windows?
Author Achim Kalwa
Hello,

Joost Nieuwenhuijse wrote:

> Our own installer is providing the user the option to choose between
> client+server-install or client-only install. In our current
> installer we pass the appropriate flags to the interbase installer so
> that the server components are only installed when necessary.
>
> I couldn't find these options in the standard Firebird installer. I
> did find a /silent switch which silently installs the server.

Please read doc\installation_readme.txt; the last section titled
"Installation from a batch file" will give you all required information,
for example:

/COMPONENTS="SuperServerComponent, ServerComponent,
DevAdminComponent, ClientComponent"

and

/COPYFBCLIENT


HTH
Achim