|
1 |
| -<!-- $PostgreSQL: pgsql/doc/src/sgml/install-win32.sgml,v 1.29 2006/09/16 00:30:14 momjian Exp $ --> |
| 1 | +<!-- $PostgreSQL: pgsql/doc/src/sgml/install-win32.sgml,v 1.30 2007/02/02 16:10:08 neilc Exp $ --> |
2 | 2 |
|
3 | 3 | <chapter id="install-win32">
|
4 | 4 | <title>Client-Only Installation on <productname>Windows</productname></title>
|
|
106 | 106 | </para>
|
107 | 107 |
|
108 | 108 | <para>
|
109 |
| - The only file that really needs to be installed is the |
110 |
| - <filename>libpq.dll</filename> library. This file should in most |
111 |
| - cases be placed in the <filename>WINNT\SYSTEM32</filename> directory |
112 |
| - (or in <filename>WINDOWS\SYSTEM</filename> on a Windows 95/98/ME |
| 109 | + Normally you do not need to install any of the client files. You should |
| 110 | + place the <filename>libpq.dll</filename> file in the same directory |
| 111 | + as your applications .EXE-file. Only if this is for some reason not |
| 112 | + possible should you install it in the <filename>WINNT\SYSTEM32</filename> |
| 113 | + directory (or in <filename>WINDOWS\SYSTEM</filename> on a Windows 95/98/ME |
113 | 114 | system). If this file is installed using a setup program, it should
|
114 | 115 | be installed with version checking using the
|
115 | 116 | <symbol>VERSIONINFO</symbol> resource included in the file, to
|
|