[ python-Bugs-1085172 ] Uninstaller should restore file
associations if possible
SourceForge.net
noreply at sourceforge.net
Thu Dec 16 14:09:49 CET 2004
Bugs item #1085172, was opened at 2004-12-14 16:13
Message generated for change (Comment added) made by loewis
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=105470&aid=1085172&group_id=5470
Category: Installation
Group: Python 2.4
Status: Open
Resolution: None
Priority: 5
Submitted By: Giles Antonio Radford (mewf)
Assigned to: Martin v. Löwis (loewis)
Summary: Uninstaller should restore file associations if possible
Initial Comment:
On installing on Windows, the Python installer
associates .py and .pyw files to the new installation
of python. The installer should cache the previous
associations, and in the event of uninstallation
restore them to their previous values if the
application the are associated with still exists.
This allows for easier migration back to 2.3 in this
case, but also for easier back migration in the case of
installing a beta version of python 2.5 or whatever in
the future.
----------------------------------------------------------------------
>Comment By: Martin v. Löwis (loewis)
Date: 2004-12-16 14:09
Message:
Logged In: YES
user_id=21627
This is not possible to implement. If you want to not add
associations for 2.4, you need to uncheck the "Register
Extensions" feature in the installer UI.
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=105470&aid=1085172&group_id=5470
More information about the Python-bugs-list
mailing list