[FIX]Added missing pg_path, to solve the problem of backup and restore of database

lp bug: https://launchpad.net/bugs/723424 fixed

bzr revid: gpa@tinyerp.com-20110811132148-xhje7bwwhzzty4vp
This commit is contained in:
gpa 2011-08-11 18:51:48 +05:30
parent 7226046707
commit aeec03e7eb
1 changed files with 1 additions and 0 deletions

View File

@ -210,6 +210,7 @@ Section OpenERP_Server SectionOpenERP_Server
WriteIniStr "$INSTDIR\openerp-server.conf" "options" "db_user" $TextPostgreSQLUsername
WriteIniStr "$INSTDIR\openerp-server.conf" "options" "db_password" $TextPostgreSQLPassword
WriteIniStr "$INSTDIR\openerp-server.conf" "options" "db_port" $TextPostgreSQLPort
WriteIniStr "$INSTDIR\Server\openerp-server.conf" "options" "pg_path" "$INSTDIR\PostgreSQL\bin"
nsExec::Exec '"$INSTDIR\openerp-server.exe" --stop-after-init --logfile "$INSTDIR\openerp-server.log" -s'
nsExec::Exec '"$INSTDIR\service\OpenERPServerService.exe" -auto -install'