Comment 1 for bug 723424

Revision history for this message
GEM (nimp3) wrote :

Hi,
to solve the problem when postgresql is installed with installer (no previous install for postgresql)
change line 295 :

SectionEnd

by

WriteIniStr "$INSTDIR\Server\openerp-server.conf" "options" "pg_path" " $INSTDIR\PostgreSQL\bin"
SectionEnd

bye