[Python-checkins] python/dist/src/PCbuild python20.wse,1.39.2.10,1.39.2.11
tim_one@sourceforge.net
tim_one@sourceforge.net
2002年4月16日 21:36:18 -0700
Update of /cvsroot/python/python/dist/src/PCbuild
In directory usw-pr-cvs1:/tmp/cvs-serv2142/21/dist/src/PCbuild
Modified Files:
Tag: release21-maint
python20.wse
Log Message:
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).
Index: python20.wse
===================================================================
RCS file: /cvsroot/python/python/dist/src/PCbuild/python20.wse,v
retrieving revision 1.39.2.10
retrieving revision 1.39.2.11
diff -C2 -d -r1.39.2.10 -r1.39.2.11
*** python20.wse 8 Apr 2002 18:37:13 -0000 1.39.2.10
--- python20.wse 17 Apr 2002 04:36:16 -0000 1.39.2.11
***************
*** 2863,2867 ****
item: Remark
end
! item: Add Text to INSTALL.LOG
Text=Delete in-use files: On
end
--- 2863,2876 ----
item: Remark
end
! 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