mirror of
https://github.com/python/cpython.git
synced 2025-08-03 16:39:00 +00:00
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.
This commit is contained in:
parent
a4ff6ab093
commit
fc7265ab42
1 changed files with 9 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue