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: Useless question in bdist_winst installers
Type: Stage:
Components: Distutils Versions:
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: Nosy List: mhammond, theller
Priority: normal Keywords:

Created on 2004-07-02 19:42 by theller, last changed 2022-04-11 14:56 by admin. This issue is now closed.

Messages (3)
msg21384 - (view) Author: Thomas Heller (theller) * (Python committer) Date: 2004-07-02 19:42
Before a bdist_wininst created installer overwrites
files it asks the user whether files should be
overwritten or not.  This question is annoying and
doesn't seem very useful - it is too late to cancel the
installation (because some files might already have
been installed).

I suggest to remove this question (MessageBox), and
always overwrite files during the installation.
msg21385 - (view) Author: Mark Hammond (mhammond) * (Python committer) Date: 2004-07-04 01:23
Logged In: YES 
user_id=14198

+1 - just nuke it.  I can't think of *anything* that makes
sense to ask here, or even at the start (eg, checking if a
version is already installed and then asking the question
seems just as useless)
msg21386 - (view) Author: Thomas Heller (theller) * (Python committer) Date: 2004-07-07 07:32
Logged In: YES 
user_id=11105

Removed the useless question.  Thanks for the comment.
History
Date User Action Args
2022-04-11 14:56:05adminsetgithub: 40496
2004-07-02 19:42:07thellercreate