[Python-checkins] python/dist/src/PCbuild python20.wse,1.98.4.5,1.98.4.6

tim_one@sourceforge.net tim_one@sourceforge.net
Tue, 16 Apr 2002 21:36:37 -0700


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

Modified Files:
      Tag: release22-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.98.4.5
retrieving revision 1.98.4.6
diff -C2 -d -r1.98.4.5 -r1.98.4.6
*** python20.wse	4 Apr 2002 21:53:07 -0000	1.98.4.5
--- python20.wse	17 Apr 2002 04:36:35 -0000	1.98.4.6
***************
*** 2870,2874 ****
  item: Remark
  end
! item: Add Text to INSTALL.LOG
    Text=Delete in-use files: On
  end
--- 2870,2883 ----
  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