From: Tim Peters Date: Wed, 17 Apr 2002 04:36:35 +0000 (+0000) Subject: Windows installer: disabled Wise's "delete in-use files" uninstall X-Git-Tag: v2.2.2b1~447 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=4e91ac75523542ee6f03bb6393f7272b35560a55;p=thirdparty%2FPython%2Fcpython.git 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). --- diff --git a/Misc/NEWS b/Misc/NEWS index 6411be870fc0..ee089d319786 100644 --- a/Misc/NEWS +++ b/Misc/NEWS @@ -16,6 +16,10 @@ C API 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). + What's New in Python 2.2.1 final? Release date: 10-Apr-2002 diff --git a/PCbuild/python20.wse b/PCbuild/python20.wse index 5f875d3f5c94..e4165e89ee23 100644 --- a/PCbuild/python20.wse +++ b/PCbuild/python20.wse @@ -2869,7 +2869,16 @@ item: Self-Register OCXs/DLLs end item: Remark 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 end item: Remark