Subject msvcp60.dll problems with client only install
Author petesouthwest
Hi

I have been trying to create a client only install for my app using
the line firebird-1.5.0.4306-
win32.exe /silent /nogds32 /components="clientComponent"

My delphi based app is using fbclient.dll.

However, when I try and run the app on a client machine running
windows 2000 i get the errors:
msvcp60.dll could not be found in c:\program files\...
and
gds32.dll not installed

Should I just add the msvcp60.dll files to my setup? I notice that
the Firbird book shows them being added for a manual client setup.

Why should i get the gds32.dll? My app runs fine without it on a
standalone.

Thanks
Pete