From 4e91ac75523542ee6f03bb6393f7272b35560a55 Mon Sep 17 00:00:00 2001 From: Tim Peters Date: Wed, 17 Apr 2002 04:36:35 +0000 Subject: [PATCH] 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). --- Misc/NEWS | 4 ++++ PCbuild/python20.wse | 11 ++++++++++- 2 files changed, 14 insertions(+), 1 deletion(-) 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 -- 2.47.3