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

Tim Peters tim_one@users.sourceforge.net
Thu, 04 Apr 2002 11:29:57 -0800


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

Modified Files:
      Tag: release22-maint
	python20.wse 
Log Message:
SF bug 497854:  Short-cuts missing for All Users.
Fixing a Windows-specific installer glitch.


Index: python20.wse
===================================================================
RCS file: /cvsroot/python/python/dist/src/PCbuild/python20.wse,v
retrieving revision 1.98.4.3
retrieving revision 1.98.4.4
diff -C2 -d -r1.98.4.3 -r1.98.4.4
*** python20.wse	25 Mar 2002 20:17:19 -0000	1.98.4.3
--- python20.wse	4 Apr 2002 19:29:55 -0000	1.98.4.4
***************
*** 1513,1524 ****
    Flags=00000100
  end
- item: Set Variable
-   Variable=CGROUP_SAVE
-   Value=%GROUP%
- end
- item: Set Variable
-   Variable=GROUP
-   Value=%GROUPDIR%\%GROUP%
- end
  item: Else Statement
  end
--- 1513,1516 ----
***************
*** 1557,1567 ****
  item: Remark
  end
  item: If/While Statement
!   Variable=TASKS
!   Value=B
!   Flags=00000011
  end
  item: Set Variable
    Variable=GROUP
  end
  item: End Block
--- 1549,1569 ----
  item: Remark
  end
+ item: Set Variable
+   Variable=CGROUP_SAVE
+   Value=%GROUP%
+ end
  item: If/While Statement
!   Variable=DOADMIN
!   Value=1
! end
! item: Set Variable
!   Variable=GROUP
!   Value=%CGROUPDIR%\%GROUP%
! end
! item: Else Statement
  end
  item: Set Variable
    Variable=GROUP
+   Value=%GROUPDIR%\%GROUP%
  end
  item: End Block