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

Tim Peters tim_one@users.sourceforge.net
Sat, 28 Jul 2001 19:04:22 -0700


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

Modified Files:
	python20.wse 
Log Message:
Woo hoo!  Relative paths!  This is, alas, partly braindead:  When the new
"relative paths" option is enabled, 8.1 rewrites *every* path to be
relative to PCbuild (the dir containing the .wse script), even absolute
paths you type in by hand, paths to the Wise installation itself, and even
paths to the Windows directories (sheesh).  Only way to stop it is to
start a path with a variable reference, and we screwed ourselves before
by not using the predefined %_WISE_% vrbl to point to the Wise
installation.  Repaired that old, repeated and well-hidden mistake.
Also:
+ Got rid of the %_SRC_% vrbl (such paths always relative to PCBuild now).
+ Changed the %_DOC_% vrbl to prompt for the location of the unzipped
  HTML files (defaults to ..\html, cuz that's where I put them, but I
  expect I'll change that later cuz I always hated mixing the generated
  docs into the CVS tree ... Guido, if you're reading this, where did you
  unpack the docs when building a Windows installer?  Happy to oblige.).
+ Stopped the generated installer from filling up the entire screen (got
  rid of the massive blue background gradient -- new option).
+ Added the helpful app publisher and app URL registry entries that Win2K
  displays in its version of Add/Remove.


Index: python20.wse
===================================================================
RCS file: /cvsroot/python/python/dist/src/PCbuild/python20.wse,v
retrieving revision 1.45
retrieving revision 1.46
diff -C2 -d -r1.45 -r1.46
*** python20.wse	2001/07/29 00:48:54	1.45
--- python20.wse	2001/07/29 02:04:20	1.46
***************
*** 7,16 ****
    Japanese Font Name=MS Gothic
    Japanese Font Size=10
!   Start Gradient=0 0 255
!   End Gradient=0 0 0
!   Windows Flags=00000100000011010010110100001000
    Log Pathname=%MAINDIR%\INSTALL.LOG
    Message Font=MS Sans Serif
    Font Size=8
    Disk Filename=SETUP
    Patch Flags=0000000000000001
[...1198 lines suppressed...]
+   end
+   item: Key
+     Key=Software\Microsoft\Windows\CurrentVersion\Uninstall\%APPTITLE%
+     New Value=PythonLabs at Zope Corporation
+     Value Name=Publisher
+     Root=2
+   end
+   item: Key
+     Key=Software\Microsoft\Windows\CurrentVersion\Uninstall\%APPTITLE%
+     New Value=http://www.python.org/
+     Value Name=URLInfoAbout
+     Root=2
+   end
+ end
  item: Wizard Block
    Direction Variable=DIRECTION
    Display Variable=DISPLAY
!   Bitmap Pathname=%_WISE_%\Dialogs\Template\Wizard.bmp
    X Position=9
    Y Position=10