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

Tim Peters tim_one@users.sourceforge.net
Tue, 06 Nov 2001 20:42:06 -0800


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

Modified Files:
	python20.wse 
Log Message:
SF bug #478949 Windows installer start menu registry.
I'm guessing at this, pending more info from the bug submitter.  Wise
changed how the %GROUP% vrbl got defined between versions 5.0a (used
before Python 2.2) and 8.14, to hold the full path to Start Menu group
instead of just the group name.  If I'm guessing correctly, the info
the bug report is complaining about is in one of the registry keys
we set up that neither Windows nor Python cares about.  We did store
a full path there in 2.2b1 instead of just the group name; the patch cuts
it back to just the name again.


Index: python20.wse
===================================================================
RCS file: /cvsroot/python/python/dist/src/PCbuild/python20.wse,v
retrieving revision 1.95
retrieving revision 1.96
diff -C2 -d -r1.95 -r1.96
*** python20.wse	2001/10/19 17:55:30	1.95
--- python20.wse	2001/11/07 04:42:04	1.96
***************
*** 1874,1878 ****
  end
  item: Install File
!   Source=..\Lib\compiler\*.py
    Destination=%MAINDIR%\Lib\compiler
    Description=Python compiler written in Python
--- 1874,1878 ----
  end
  item: Install File
!   Source=..\lib\compiler\*.py
    Destination=%MAINDIR%\Lib\compiler
    Description=Python compiler written in Python
***************
*** 1905,1909 ****
  end
  item: Install File
!   Source=..\Lib\email\*.py
    Destination=%MAINDIR%\Lib\email
    Description=Library email package
--- 1905,1909 ----
  end
  item: Install File
!   Source=..\lib\email\*.py
    Destination=%MAINDIR%\Lib\email
    Description=Library email package
***************
*** 1921,1925 ****
  end
  item: Install File
!   Source=..\Lib\hotshot\*.py
    Destination=%MAINDIR%\Lib\hotshot
    Description=Fast Python profiler
--- 1921,1925 ----
  end
  item: Install File
!   Source=..\lib\hotshot\*.py
    Destination=%MAINDIR%\Lib\hotshot
    Description=Fast Python profiler
***************
*** 2584,2588 ****
    Total Keys=1
    Key=Software\Python\PythonCore\%PY_VERSION%\InstallPath\InstallGroup
!   New Value=%GROUP%
    Root=2
  end
--- 2584,2589 ----
    Total Keys=1
    Key=Software\Python\PythonCore\%PY_VERSION%\InstallPath\InstallGroup
!   New Value=%CGROUP_SAVE%
!   New Value=
    Root=2
  end
***************
*** 2621,2625 ****
    Total Keys=1
    Key=Software\Python\PythonCore\%PY_VERSION%\InstallPath\InstallGroup
!   New Value=%GROUP%
    Root=1
  end
--- 2622,2627 ----
    Total Keys=1
    Key=Software\Python\PythonCore\%PY_VERSION%\InstallPath\InstallGroup
!   New Value=%CGROUP_SAVE%
!   New Value=
    Root=1
  end