classification
Title: post installer script's message is not shown to user with bdist_wininst
Type: behavior Stage:
Components: Distutils Versions: Python 3.2, Python 3.1, Python 2.7
process
Status: open Resolution:
Dependencies: Superseder:
Assigned To: tarek Nosy List: BreamoreBoy, rantanen, tarek
Priority: normal Keywords:

Created on 2009-01-08 09:44 by rantanen, last changed 2010-07-08 21:27 by BreamoreBoy.

Files
File name Uploaded Description Edit
simple.zip rantanen, 2009-01-08 09:44 example project for testing purposes.
Messages (2)
msg79404 - (view) Author: Juha Rantanen (rantanen) Date: 2009-01-08 09:44
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.
msg109611 - (view) Author: Mark Lawrence (BreamoreBoy) Date: 2010-07-08 21:27
I just hope I've got this right. :)
History
Date User Action Args
2010-07-08 21:27:19BreamoreBoysetnosy: + BreamoreBoy, tarek
versions: + Python 3.1, Python 2.7, Python 3.2, - Python 2.6
messages: + msg109611

assignee: tarek
2009-01-08 09:44:53rantanencreate