← Back to team overview

c2c-oerpscenario team mailing list archive

[Bug 719905] [NEW] OpenERP packages of the All-in-one installer do not honour installation directory

 

Public bug reported:

Hi,

the OpenERP All-in-one installer for Windows, version 6.0.1 does not
honour the installation directory for the OpenERP server, client and web
client. Only the Postgresql database server and the uninstall script get
installed in the custom directory. The reason for this is that the
custom directory is passed to the underlying NSIS packages within
quotes:

Execute: "C:\DOCUME~1\bla\LOCALS~1\Temp\openerp-client-
setup-6.0.1-0.exe" /S /D="C:\OpenERP\6.0\Client"

The NSIS documentation states that the argument to the /D switch should
not contain any quotes, even though the path contains spaces. Executing
the command above without the quotes does indeed install the package in
the stated directory.

Btw. filing this bug under 'OpenERP Server' as the Installer project
does not allow for bugs to be filed.

** Affects: openobject-server
     Importance: Undecided
         Status: New

-- 
You received this bug notification because you are a member of C2C
OERPScenario, which is subscribed to the OpenERP Project Group.
https://bugs.launchpad.net/bugs/719905

Title:
  OpenERP packages of the All-in-one installer do not honour
  installation directory

Status in OpenERP Server:
  New

Bug description:
  Hi,

  the OpenERP All-in-one installer for Windows, version 6.0.1 does not
  honour the installation directory for the OpenERP server, client and
  web client. Only the Postgresql database server and the uninstall
  script get installed in the custom directory. The reason for this is
  that the custom directory is passed to the underlying NSIS packages
  within quotes:

  Execute: "C:\DOCUME~1\bla\LOCALS~1\Temp\openerp-client-
  setup-6.0.1-0.exe" /S /D="C:\OpenERP\6.0\Client"

  The NSIS documentation states that the argument to the /D switch
  should not contain any quotes, even though the path contains spaces.
  Executing the command above without the quotes does indeed install the
  package in the stated directory.

  Btw. filing this bug under 'OpenERP Server' as the Installer project
  does not allow for bugs to be filed.





Follow ups

References