From aeec03e7ebc622a7f10adc7d2d73bd9405e46691 Mon Sep 17 00:00:00 2001 From: gpa Date: Thu, 11 Aug 2011 18:51:48 +0530 Subject: [PATCH] [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 --- setup.nsi | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.nsi b/setup.nsi index f9c962ae383..79e7903f6a3 100644 --- a/setup.nsi +++ b/setup.nsi @@ -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'