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

Tim Peters tim_one@users.sourceforge.net
Sun, 29 Jul 2001 12:48:46 -0700


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

Modified Files:
	python20.wse 
Log Message:
Whew -- I *think* this completes folding in all the new-in-8.1 stuff.
Still need to test it in pathological scenarios.


Index: python20.wse
===================================================================
RCS file: /cvsroot/python/python/dist/src/PCbuild/python20.wse,v
retrieving revision 1.51
retrieving revision 1.52
diff -C2 -d -r1.51 -r1.52
*** python20.wse	2001/07/29 19:31:03	1.51
--- python20.wse	2001/07/29 19:48:44	1.52
***************
*** 239,242 ****
--- 239,245 ----
  end
  item: Remark
+   Text=March thru the user GUI.
+ end
+ item: Remark
    Text=COMPONENTS values:
  end
***************
*** 791,794 ****
--- 794,800 ----
    Pathname=%_WISE_%\INCLUDE\uninstal.wse
  end
+ item: Remark
+   Text=Note from Tim: these seeming no-ops actually convert to short filenames.
+ end
  item: Set Variable
    Variable=COMMON
***************
*** 796,802 ****
    Flags=00010100
  end
- item: Remark
-   Text=Note from Tim: this seeming no-op on MAINDIR actually converts it to a short filename.
- end
  item: Set Variable
    Variable=MAINDIR
--- 802,805 ----
***************
*** 876,879 ****
--- 879,888 ----
  item: Else Statement
  end
+ item: Remark
+   Text=Note from Tim:  the Wizard left this block empty!
+ end
+ item: Remark
+   Text=Perhaps it's only relevant on Windows 3.1.
+ end
  item: End Block
  end
***************
*** 883,886 ****
--- 892,900 ----
  item: Remark
  end
+ item: Remark
+   Text=Long section to install files.
+ end
+ item: Remark
+ end
  item: Set Variable
    Variable=DLLDEST
***************
*** 1655,1683 ****
  end
  item: Remark
!   Text=Populate Start Menu
! end
! item: Get Registry Key Value
!   Variable=GROUPDIR
!   Key=Software\Microsoft\Windows\CurrentVersion\Explorer\Shell Folders
!   Value Name=Common Programs
!   Flags=00000100
! end
! item: If/While Statement
!   Variable=GROUPDIR
! end
! item: Get Registry Key Value
!   Variable=GROUPDIR
!   Key=Software\Microsoft\Windows\CurrentVersion\Explorer\Shell Folders
!   Default=%WIN%\Start Menu\Programs
!   Value Name=Programs
!   Flags=00000010
  end
! item: End Block
  end
! item: Set Variable
!   Variable=GROUP
!   Value=%GROUPDIR%\%GROUP%
  end
  item: Remark
  end
  item: If/While Statement
--- 1669,1699 ----
  end
  item: Remark
!   Text=Well, *this* is cryptic!  It's setting up the app publisher and URL entries for Win2K add/remove.
  end
! item: Edit Registry
!   Total Keys=3
!   item: Key
!     Key=Software\Microsoft\Windows\CurrentVersion\Uninstall\%APPTITLE%
!     New Value=http://www.python.org/
!     Value Name=HelpLink
!     Root=2
!   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: Remark
  end
  item: Remark
+   Text=Populate Start Menu
  end
  item: If/While Statement
***************
*** 1735,1738 ****
--- 1751,1756 ----
  item: End Block
  end
+ item: Remark
+ end
  item: Create Shortcut
    Source=%MAINDIR%\unwise.exe
***************
*** 1741,1770 ****
    Key Type=1536
    Flags=00000001
- end
- item: Remark
- end
- item: Remark
-   Text=Well, *this* is cryptic!  It's setting up the app publisher and URL entries for Win2K add/remove.
- end
- item: Edit Registry
-   Total Keys=3
-   item: Key
-     Key=Software\Microsoft\Windows\CurrentVersion\Uninstall\%APPTITLE%
-     New Value=http://www.python.org/
-     Value Name=HelpLink
-     Root=2
-   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: Remark
--- 1759,1762 ----