This issue tracker has been migrated to GitHub ,
and is currently read-only.
For more information,
see the GitHub FAQs in the Python's Developer Guide.
Created on 2007年12月02日 19:39 by Dude-X, last changed 2022年04月11日 14:56 by admin. This issue is now closed.
| Messages (2) | |||
|---|---|---|---|
| msg58095 - (view) | Author: Isaul Vargas (Dude-X) | Date: 2007年12月02日 19:39 | |
Problem: I'd like to run Python 32 bit (for compatibility with extensions) and Python 64 bit on Vista (for speed and 64 bit apps) on one machine. However Vista has an 'improved' installer for MSI apps, where if I install Python 64 bit first, I can't install Python 32 bit afterwards, because Vista's Window Installer says 'Another version of this product is already installed. Installation of this version cannot continue. To configure or remove the existing version of this product, use Add/Remove Programs on the Control Panel' The converse of this is true, if you install Python 64 bit first, you cannot install Python 32 bit afterwards. The MSI packaging needs to be updated. |
|||
| msg58100 - (view) | Author: Martin v. Löwis (loewis) * (Python committer) | Date: 2007年12月02日 20:46 | |
It's not so clear that this is a bug. If you install both versions simultaneously, they might stomp on each other's registry settings, at least for the extensions. So this is rather a feature request. Notice that the behaviour is not new to Vista. Ever since the early days of MSI, two simultaneous installations of the same product were not supported, and ever since Python started using MSI, it uses one product ID per feature release. In any case, this was fixed in r59112. |
|||
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2022年04月11日 14:56:28 | admin | set | github: 45884 |
| 2007年12月02日 20:46:25 | loewis | set | status: open -> closed type: enhancement messages: + msg58100 resolution: fixed |
| 2007年12月02日 19:44:36 | georg.brandl | set | assignee: loewis nosy: + loewis |
| 2007年12月02日 19:39:52 | Dude-X | create | |