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.

classification
Title: Windows 32-bit installer crash on "cancel" in "advanced" settings
Type: crash Stage:
Components: Installation Versions: Python 2.6
process
Status: closed Resolution: duplicate
Dependencies: Superseder: Python 2.6 installer crashes when selecting 'advanced' and cancelling it
View: 4289
Assigned To: Nosy List: amaury.forgeotdarc, fgrieu
Priority: normal Keywords:

Created on 2008-11-26 10:43 by fgrieu, last changed 2022-04-11 14:56 by admin. This issue is now closed.

Messages (2)
msg76459 - (view) Author: Francois Grieu (fgrieu) Date: 2008-11-26 10:43
On an Windows XP 32-bit system without Python installed
- launch python-2.6.msi (md5 6c62c123d248a48dccbaa4d3edc12680)
- click "next >" "next >" "advanced" "cancel" "yes"
- msiexex.exe crashes (repeatable).

Installation works fine if one do not press "advanced", or press
"finish" instead of "cancel".
msg76463 - (view) Author: Amaury Forgeot d'Arc (amaury.forgeotdarc) * (Python committer) Date: 2008-11-26 12:12
Already corrected with issue4289.
History
Date User Action Args
2022-04-11 14:56:41adminsetgithub: 48687
2008-11-26 12:12:18amaury.forgeotdarcsetstatus: open -> closed
resolution: duplicate
superseder: Python 2.6 installer crashes when selecting 'advanced' and cancelling it
messages: + msg76463
nosy: + amaury.forgeotdarc
2008-11-26 10:43:58fgrieucreate