c2c-oerpscenario team mailing list archive
-
c2c-oerpscenario team
-
Mailing list archive
-
Message #16857
[Bug 719905] Re: OpenERP packages of the All-in-one installer do not honour installation directory
*** This bug is a duplicate of bug 307249 ***
https://bugs.launchpad.net/bugs/307249
** This bug has been marked a duplicate of bug 307249
[RC1_1] Cannot install executable in the install directory
* You can subscribe to bug 307249 by following this link: https://bugs.launchpad.net/openerp/+bug/307249/+subscribe
--
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.
References