From feffc1cb33559fbcbe9bdc583c59765f0071b96c Mon Sep 17 00:00:00 2001 From: gpa Date: Thu, 11 Aug 2011 18:58:15 +0530 Subject: [PATCH] [IMP]Improvement in code bzr revid: gpa@tinyerp.com-20110811132815-q37jxu29v6p368cr --- setup.nsi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.nsi b/setup.nsi index 79e7903f6a3..0ea37b0f9e6 100644 --- a/setup.nsi +++ b/setup.nsi @@ -210,7 +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" + WriteIniStr "$INSTDIR\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'