[issue13276] bdist_wininst-created installer does not run the postinstallation script when uninstalling

2013-03-18 Thread Pierre Raybaut

Pierre Raybaut added the comment:

How can I help to ensure that the patch submitted by Jason Roberts is actually 
taken into account in next releases of Python?

I too would want to use this "remove" feature in distutils Windows installers. 
For example, I was confronted to this bug/limitation of current releases of 
Python when implementing this feature for the Spyder Windows installer:
https://code.google.com/p/spyderlib/issues/detail?id=971#c10

Thanks for taking time to fix this issue.

--
nosy: +Pierre.Raybaut

___
Python tracker 
<http://bugs.python.org/issue13276>
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue15797] bdist_msi does not pass -install/remove flags to install_script

2013-03-22 Thread Pierre Raybaut

Pierre Raybaut added the comment:

The submitted patch actually works (tested with Python 2.7.3 on Windows XP) and 
also fixes another bug: the installation script is executed when uninstalling 
(that feature is not implemented in current Python stable versions despite the 
mention in docstrings that install script should be executed at deinstallation).

--
nosy: +Pierre.Raybaut
versions: +Python 3.3

___
Python tracker 
<http://bugs.python.org/issue15797>
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com