mirror of
https://github.com/python/cpython.git
synced 2025-11-13 15:40:05 +00:00
Windows installer: disabled Wise's "delete in-use files" uninstall
option. It was the cause of at least one way UNWISE.EXE could vanish (install a python; uninstall it; install it again; reboot the machine; abracadabra the uinstaller is gone). Bugfix candidate, but I'll backport it myself.
This commit is contained in:
parent
34f300a53e
commit
08e7295ef8
2 changed files with 14 additions and 1 deletions
|
|
@ -184,6 +184,10 @@ Tests
|
||||||
|
|
||||||
Windows
|
Windows
|
||||||
|
|
||||||
|
- Sometimes the uninstall executable (UNWISE.EXE) vanishes. One cause
|
||||||
|
of that has been fixed in the installer (disabled Wise's "delete in-
|
||||||
|
use files" uninstall option).
|
||||||
|
|
||||||
- Fixed a bug in urllib's proxy handling in Windows. [SF bug #503031]
|
- Fixed a bug in urllib's proxy handling in Windows. [SF bug #503031]
|
||||||
|
|
||||||
- The installer now installs Start menu shortcuts under (the local
|
- The installer now installs Start menu shortcuts under (the local
|
||||||
|
|
|
||||||
|
|
@ -2865,7 +2865,16 @@ item: Self-Register OCXs/DLLs
|
||||||
end
|
end
|
||||||
item: Remark
|
item: Remark
|
||||||
end
|
end
|
||||||
item: Add Text to INSTALL.LOG
|
remarked item: Remark
|
||||||
|
Text=Don't enable "Delete in-use files". Here's what happens:
|
||||||
|
end
|
||||||
|
remarked item: Remark
|
||||||
|
Text=Install Python; uninstall Python; install Python again. Reboot the machine.
|
||||||
|
end
|
||||||
|
remarked item: Remark
|
||||||
|
Text=Now UNWISE.EXE is missing. I think this is a Wise bug, but so it goes.
|
||||||
|
end
|
||||||
|
remarked item: Add Text to INSTALL.LOG
|
||||||
Text=Delete in-use files: On
|
Text=Delete in-use files: On
|
||||||
end
|
end
|
||||||
item: Remark
|
item: Remark
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue