[New-bugs-announce] [issue13276] distutils bdist_wininst created installer does not run the postinstallation script on uninstalling

francisco report at bugs.python.org
Thu Oct 27 17:30:55 CEST 2011


New submission from francisco <frandelapena at gmail.com>:

The bug can be reproduced by running the following command to create a Windows installer for the attached module:

python setup.py bdist_wininst --install-script pis.py

I include also the installer that I have created in the dist folder.

The installer installs everything correctly and it runs the pis.py script, which simply creates a file in the USERPROFILE directory with the "Installing" string. However, when uninstalling the program from the Windows Control Panel the script is not called, what can be verified by checking that the "Uninstalling" string is not appended to the file.

I am experiencing this problem in Windows 7 64 bits, but it may be present in other platforms.

----------
assignee: tarek
components: Distutils
files: foo.zip
messages: 146492
nosy: eric.araujo, francisco, tarek
priority: normal
severity: normal
status: open
title: distutils bdist_wininst created installer does not run the postinstallation script on uninstalling
versions: Python 2.7
Added file: http://bugs.python.org/file23536/foo.zip

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


More information about the New-bugs-announce mailing list