diff options
author | Tim Peters <tim.peters@gmail.com> | 2001-08-16 01:53:51 (GMT) |
---|---|---|
committer | Tim Peters <tim.peters@gmail.com> | 2001-08-16 01:53:51 (GMT) |
commit | fc7265ab42a1172bc5a92a7ad5fac54b74a5908f (patch) | |
tree | a43a897533b791d67e504e4a47e3c2a9e792aeb3 /PCbuild | |
parent | a4ff6ab0937aba421758ca71953c44a10ba29cd2 (diff) | |
download | cpython-fc7265ab42a1172bc5a92a7ad5fac54b74a5908f.zip cpython-fc7265ab42a1172bc5a92a7ad5fac54b74a5908f.tar.gz cpython-fc7265ab42a1172bc5a92a7ad5fac54b74a5908f.tar.bz2 |
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.
Diffstat (limited to 'PCbuild')
-rw-r--r-- | PCbuild/python20.wse | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/PCbuild/python20.wse b/PCbuild/python20.wse index 232116b..30c7d0c 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 |