openerp-india team mailing list archive
-
openerp-india team
-
Mailing list archive
-
Message #22902
[Bug 1115119] Re: windows all in one: can't install postgreSQL after desinstalled it
Technical note: after investigation it seems that the PostgreSQL 9.x
uninstaller does not cleanup the registry keys in the same fashion as
the 8.3 did, and the following keys remain after a complete uninstall:
- HKLM\Software\PostgreSQL
`+- HKLM\Software\PostgreSQL\Installations
`+- HKLM\Software\PostgreSQL\Services
Currently our installer just checks for the presence of the
HKLM\Software\PostgreSQL entry, but it could still be there even if no
PostgreSQL installation remains. So when it is present we should verify
that at least one entry exists under
HKLM\Software\PostgreSQL\Installations. The 8.3 installer apparently
removed the PostgreSQL entry altogether, so that should work everywhere.
PS: when manually using regedit on a x64 system these keys will be found under HKLM\Software\Wow6432Node, which is the "reflection key" that is mapped to HKLM\Software for 32bits processes running on a 64bits machine. It can be ignored for all purposes except when manually viewing/editing the registry. The installer will run as 32bits so it will find them in the normal location.
** Changed in: openobject-server
Milestone: None => 7.0
** Changed in: openobject-server
Assignee: (unassigned) => OpenERP's Framework R&D (openerp-dev-framework)
--
You received this bug notification because you are a member of OpenERP
Indian Team, which is subscribed to OpenERP Server.
https://bugs.launchpad.net/bugs/1115119
Title:
windows all in one: can't install postgreSQL after desinstalled it
Status in OpenERP Server:
Confirmed
Bug description:
Install OpenERP7.0 with the windows all in one installer (download
and install). Then unstall all installed programs (postgresql,
server).
Try to reinstall, the custom install do not allow you to check the
posgresql anymore while you desintalled it
To manage notifications about this bug go to:
https://bugs.launchpad.net/openobject-server/+bug/1115119/+subscriptions
References