[Python-checkins] CVS: python/dist/src/PCbuild python20.wse,1.50,1.51

Tim Peters tim_one@users.sourceforge.net
Sun, 29 Jul 2001 12:31:06 -0700


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

Modified Files:
	python20.wse 
Log Message:
Ewwww -- the 8.1 support for rolling back changes in case the user aborts
the installation was hiding in a part of the GUI I never saw before.  Add
it.


Index: python20.wse
===================================================================
RCS file: /cvsroot/python/python/dist/src/PCbuild/python20.wse,v
retrieving revision 1.50
retrieving revision 1.51
diff -C2 -d -r1.50 -r1.51
*** python20.wse	2001/07/29 19:27:23	1.50
--- python20.wse	2001/07/29 19:31:03	1.51
***************
*** 1873,1874 ****
--- 1873,1883 ----
  item: End Block
  end
+ item: New Event
+   Name=Cancel
+ end
+ item: Remark
+   Text=This include script supports a rollback to preinstallation state if the user chooses to cancel before the installation is complete.
+ end
+ item: Include Script
+   Pathname=%_WISE_%\INCLUDE\rollback.wse
+ end