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.

Author francisco
Recipients eric.araujo, francisco, tarek
Date 2011-10-27.15:30:54
SpamBayes Score 4.600914e-11
Marked as misclassified No
Message-id <1319729455.78.0.312367178712.issue13276@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2011-10-27 15:30:55franciscosetrecipients: + francisco, tarek, eric.araujo
2011-10-27 15:30:55franciscosetmessageid: <1319729455.78.0.312367178712.issue13276@psf.upfronthosting.co.za>
2011-10-27 15:30:55franciscolinkissue13276 messages
2011-10-27 15:30:54franciscocreate