classification
Title: Add command line help to windows unistall binary
Type: enhancement Stage:
Components: Distutils2, Windows Versions: 3rd party
process
Status: open Resolution:
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 2011-02-13 16:05 by alexis.

Messages (5)
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.
History
Date User Action Args
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