> > Is it possible to have the installer only emplace psql and the > > necessary support libs? > > > I'm not sure offhand. The installer has customization > options, so it may be possible. But if not, it is probably > easy enough just to install it, copy the files that you need, > and then uninstall it. You can do it, but it may not be the easiest way. But try it - just deselect everythign except psql. You can also just grab the binaries_no_installer.zip file and get them from there. (Notw that psql depends on several DLL files that you'll also need to add, such as libpq, openssl and gettext) //Magnus