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.

classification
Title: Add command line help to windows unistall binary
Type: enhancement Stage: resolved
Components: Distutils2, Windows Versions: 3rd party
process
Status: closed Resolution: rejected
Dependencies: Superseder:
Assigned To: tarek Nosy List: alexis, eric.araujo, loewis, tarek, techtonik, theller
Priority: normal Keywords:

Created on 2007-01-14 20:58 by techtonik, last changed 2022-04-11 14:56 by admin. This issue is now closed.

Messages (6)
msg54986 - (view) Author: anatoly techtonik (techtonik) Date: 2007-01-14 20:58
It is impossible to remove package installed with uninstall binary created with Distutils unless you know that you need to specify -u switch. 

"E:\ENV\Python24\Removescons.exe" -u "E:\ENV\Python24\scons-wininst.log"

If there are any additional switches - they could be displayed in MsgBox instead of/along with error message. 
msg54987 - (view) Author: Thomas Heller (theller) * (Python committer) Date: 2007-01-24 20:35
I do not remember what my original intention was to not document the usage of the bdist_wininst uninstaller.  However, this is the first time that this request has come up, so it seems there is no pressing need to run the uninstaller manually.  You could (and probably should) use the control panel app to remove packages.

Now, you have discovered the magic that is needed so you can use it.

I would prefer not to 'fix' this - especially since there are other problems with bdist_wininst, I guess it will be superseeded by bdist_msi sooner or later.

Changing this to 'feature request'.
msg114524 - (view) Author: Éric Araujo (eric.araujo) * (Python committer) Date: 2010-08-21 17:35
New features are not added to distutils.

Tarek and Windows experts, do we want to remove bdist_wininst in favor of bdist_msi in distutils2?
msg114526 - (view) Author: Martin v. Löwis (loewis) * (Python committer) Date: 2010-08-21 17:42
No, we should keep both. bdist_wininst provides which which bdist_msi cannot provide.
msg114531 - (view) Author: Éric Araujo (eric.araujo) * (Python committer) Date: 2010-08-21 17:48
Thanks for the reply. I’m reassigning to distutils2, since Thomas classified this as a feature request. Someone who wants this change can contribute a patch.
msg213482 - (view) Author: Éric Araujo (eric.araujo) * (Python committer) Date: 2014-03-13 21:48
Closing per Thomas’ and Martin’s replies.
History
Date User Action Args
2022-04-11 14:56:22adminsetgithub: 44466
2014-03-13 21:48:06eric.araujosetstatus: open -> closed
resolution: rejected
messages: + msg213482

stage: resolved
2011-02-13 16:05:08alexissetnosy: + alexis
2010-09-30 00:27:32eric.araujosetversions: + 3rd party, - Python 2.6, Python 2.5, Python 3.1, Python 2.7, Python 3.2
2010-08-21 17:48:52eric.araujosetnosy: loewis, theller, techtonik, tarek, eric.araujo
components: + Windows
2010-08-21 17:48:22eric.araujosetnosy: loewis, theller, techtonik, tarek, eric.araujo
messages: + msg114531
components: + Distutils2, - Distutils, Windows
versions: + Python 2.6, Python 2.5, Python 3.1, Python 2.7, Python 3.2
2010-08-21 17:42:31loewissetstatus: pending -> open

messages: + msg114526
2010-08-21 17:35:02eric.araujosetstatus: open -> pending
nosy: + loewis, eric.araujo
messages: + msg114524

2009-02-11 07:15:00akitadasetnosy: + tarek
components: + Windows
assignee: tarek
2007-01-14 20:58:24techtonikcreate