[issue4878] post installer script's message is not shown to user with bdist_wininst

Juha Rantanen report at bugs.python.org
Thu Jan 8 10:44:54 CET 2009


New submission from Juha Rantanen <juha.rantanen at iki.fi>:

1. Create installer with bdist_wininst with python version 2.5
2. Install it to 2.6 Python. 
3. The post installer message is not shown to user in the installer window.
4. Remove the installation from add/remove programs.
5. Messages coming from removing are not shown to the user.


This same happens if the installer is created with python 2.6 and it is
installed to 2.5 Python. See attached project, which can be used to
create the installer which contains post installer script.

----------
components: Distutils
files: simple.zip
messages: 79404
nosy: rantanen
severity: normal
status: open
title: post installer script's message is not shown to user with bdist_wininst
type: behavior
versions: Python 2.6
Added file: http://bugs.python.org/file12648/simple.zip

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue4878>
_______________________________________


More information about the Python-bugs-list mailing list