From 36a90f61e8ddaa64dd7e0d155ab3a347b304783b Mon Sep 17 00:00:00 2001 From: Tim Peters Date: Wed, 8 Aug 2001 20:50:07 +0000 Subject: Thanks to LettError, Erik van Blokland, http://www.letterror.com/ the Python Windows installer finally has an attractive Pythonic bitmap to delight the senses and dampen the fears of the millions and millions of eager new Windows users anticipating their first Python programming joy. Always knew Mac users secretly wanted to switch to Windows . --- Misc/ACKS | 1 + PCbuild/installer.bmp | Bin 0 -> 33568 bytes PCbuild/python20.wse | 8 ++++---- 3 files changed, 5 insertions(+), 4 deletions(-) create mode 100644 PCbuild/installer.bmp diff --git a/Misc/ACKS b/Misc/ACKS index 1a4d223..8b1a177 100644 --- a/Misc/ACKS +++ b/Misc/ACKS @@ -334,6 +334,7 @@ Case Roole Timothy Roscoe Craig Rowland Jim Roskind +Erik van Blokland Just van Rossum Hugo van Rossum Saskia van Rossum diff --git a/PCbuild/installer.bmp b/PCbuild/installer.bmp new file mode 100644 index 0000000..b3906e0 Binary files /dev/null and b/PCbuild/installer.bmp differ diff --git a/PCbuild/python20.wse b/PCbuild/python20.wse index 51382cb..64340f9 100644 --- a/PCbuild/python20.wse +++ b/PCbuild/python20.wse @@ -323,10 +323,10 @@ end item: Wizard Block Direction Variable=DIRECTION Display Variable=DISPLAY - Bitmap Pathname=%_WISE_%\Dialogs\Template\Wizard.bmp + Bitmap Pathname=.\installer.bmp X Position=9 Y Position=10 - Filler Color=8421440 + Filler Color=11173759 Dialog=Select Destination Directory Dialog=Backup Replaced Files Dialog=Select Components @@ -2735,10 +2735,10 @@ end item: Wizard Block Direction Variable=DIRECTION Display Variable=DISPLAY - Bitmap Pathname=%_WISE_%\DIALOGS\TEMPLATE\WIZARD.BMP + Bitmap Pathname=.\installer.bmp X Position=9 Y Position=10 - Filler Color=8421440 + Filler Color=11173759 Flags=00000011 end item: Custom Dialog Set -- cgit v0.12