[Python-checkins] python/dist/src/PCbuild python20.wse,1.101,1.102

tim_one@sourceforge.net tim_one@sourceforge.net
Tue, 16 Apr 2002 13:48:03 -0700


Update of /cvsroot/python/python/dist/src/PCbuild
In directory usw-pr-cvs1:/tmp/cvs-serv12202/python/PCbuild

Modified Files:
	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).

Bugfix candidate, but I'll backport it myself.


Index: python20.wse
===================================================================
RCS file: /cvsroot/python/python/dist/src/PCbuild/python20.wse,v
retrieving revision 1.101
retrieving revision 1.102
diff -C2 -d -r1.101 -r1.102
*** python20.wse	4 Apr 2002 20:02:04 -0000	1.101
--- python20.wse	16 Apr 2002 20:48:01 -0000	1.102
***************
*** 2866,2870 ****
  item: Remark
  end
! item: Add Text to INSTALL.LOG
    Text=Delete in-use files: On
  end
--- 2866,2879 ----
  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