Subject Re: Minimum Client Installation on Windows Through Application
Author Adam
> I would like to Copy required dlls or other files to
> desired location and also do registry settings through
> my client application exactly as Windows installer is doing
> with minimum client installation.

I have not really looked at what the installer does, but all you
actually need is fbclient.dll in the same folder as your application
binaries. We have never had to run a client only install. I assume
that just puts it somewhere in the environment path variable like
system32. If you use IBX or some other (old) componentset, then you
might need to use the gds32.dll instead of fbclient.dll, but it is
still the same.

No registry keys are required.

Adam