diff options
author | Tim Peters <tim.peters@gmail.com> | 2001-07-29 19:31:03 (GMT) |
---|---|---|
committer | Tim Peters <tim.peters@gmail.com> | 2001-07-29 19:31:03 (GMT) |
commit | 4e9a00e3c2fc505119903f470a6827dfab8477b7 (patch) | |
tree | 00a5bb81c70fffa4fa776149be49b30b416a52d7 /PCbuild | |
parent | 0097bae32d87eb871ce6bedc20a7d98c3621eedd (diff) | |
download | cpython-4e9a00e3c2fc505119903f470a6827dfab8477b7.zip cpython-4e9a00e3c2fc505119903f470a6827dfab8477b7.tar.gz cpython-4e9a00e3c2fc505119903f470a6827dfab8477b7.tar.bz2 |
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.
Diffstat (limited to 'PCbuild')
-rw-r--r-- | PCbuild/python20.wse | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/PCbuild/python20.wse b/PCbuild/python20.wse index 12c8b7a..b1e892f 100644 --- a/PCbuild/python20.wse +++ b/PCbuild/python20.wse @@ -1872,3 +1872,12 @@ item: Custom Dialog Set end 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 |