From fc7265ab42a1172bc5a92a7ad5fac54b74a5908f Mon Sep 17 00:00:00 2001
From: Tim Peters <tim.peters@gmail.com>
Date: Thu, 16 Aug 2001 01:53:51 +0000
Subject: [PATCH] Wise uninstallers never delete the Python DLL from the system
 directory. They should.  Added a line that's supposed to fix that -- it
 doesn't actually work on my box, but checking it in anyway.

---
 PCbuild/python20.wse | 9 +++++++++
 1 file changed, 9 insertions(+)

diff --git a/PCbuild/python20.wse b/PCbuild/python20.wse
index 232116b815..30c7d0cf5e 100644
--- a/PCbuild/python20.wse
+++ b/PCbuild/python20.wse
@@ -1845,6 +1845,15 @@ end
 item: Remark
   Text=Main Python DLL
 end
+item: Remark
+  Text=Tell Wise it's OK to delete the Python DLL at uninstall time,
+end
+item: Remark
+  Text=despite that we (may) write it into a system directory.
+end
+item: Add Text to INSTALL.LOG
+  Text=Non-System File:
+end
 item: Install File
   Source=.\python%_pymajor_%%_pyminor_%.dll
   Destination=%DLLDEST%\python%_PYMAJOR_%%_PYMINOR_%.dll
-- 
2.40.0