Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 08e7295

Browse files
committed
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). Bugfix candidate, but I'll backport it myself.
1 parent 34f300a commit 08e7295

2 files changed

Lines changed: 14 additions & 1 deletion

File tree

Misc/NEWS

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -184,6 +184,10 @@ Tests
184184

185185
Windows
186186

187+
- Sometimes the uninstall executable (UNWISE.EXE) vanishes. One cause
188+
of that has been fixed in the installer (disabled Wise's "delete in-
189+
use files" uninstall option).
190+
187191
- Fixed a bug in urllib's proxy handling in Windows. [SF bug #503031]
188192

189193
- The installer now installs Start menu shortcuts under (the local

PCbuild/python20.wse

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2865,7 +2865,16 @@ item: Self-Register OCXs/DLLs
28652865
end
28662866
item: Remark
28672867
end
2868-
item: Add Text to INSTALL.LOG
2868+
remarked item: Remark
2869+
Text=Don't enable "Delete in-use files". Here's what happens:
2870+
end
2871+
remarked item: Remark
2872+
Text=Install Python; uninstall Python; install Python again. Reboot the machine.
2873+
end
2874+
remarked item: Remark
2875+
Text=Now UNWISE.EXE is missing. I think this is a Wise bug, but so it goes.
2876+
end
2877+
remarked item: Add Text to INSTALL.LOG
28692878
Text=Delete in-use files: On
28702879
end
28712880
item: Remark

0 commit comments

Comments
 (0)