~openerp-dev/openobject-server/trunk-bug-723424-gpa

« back to all changes in this revision

Viewing changes to setup.nsi

  • Committer: gpa
  • Date: 2011-08-11 13:28:15 UTC
  • Revision ID: gpa@tinyerp.com-20110811132815-q37jxu29v6p368cr
[IMP]ImprovementĀ inĀ code

Show diffs side-by-side

added added

removed removed

Lines of Context:
210
210
    WriteIniStr "$INSTDIR\openerp-server.conf" "options" "db_user" $TextPostgreSQLUsername
211
211
    WriteIniStr "$INSTDIR\openerp-server.conf" "options" "db_password" $TextPostgreSQLPassword
212
212
    WriteIniStr "$INSTDIR\openerp-server.conf" "options" "db_port" $TextPostgreSQLPort
213
 
    WriteIniStr "$INSTDIR\Server\openerp-server.conf" "options" "pg_path" "$INSTDIR\PostgreSQL\bin"
 
213
    WriteIniStr "$INSTDIR\openerp-server.conf" "options" "pg_path" "$INSTDIR\PostgreSQL\bin"
214
214
 
215
215
    nsExec::Exec '"$INSTDIR\openerp-server.exe" --stop-after-init --logfile "$INSTDIR\openerp-server.log" -s'
216
216
    nsExec::Exec '"$INSTDIR\service\OpenERPServerService.exe" -auto -install'