[Python-checkins] CVS: python/dist/src/PCbuild python.iss,1.4,1.5 python20.wse,1.75,1.76

Tim Peters tim_one@users.sourceforge.net
Wed, 08 Aug 2001 12:32:27 -0700


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

Modified Files:
	python.iss python20.wse 
Log Message:
Add the new Tools/compiler/README to the WIndows install, as README.txt.

In the Wise installer's "Advanced Options" dialog, substitute in the
actual name of "the system directory" -- this is clearer, and especially
for people reading this dialog who aren't me <wink>.


Index: python.iss
===================================================================
RCS file: /cvsroot/python/python/dist/src/PCbuild/python.iss,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** python.iss	2001/07/28 07:56:38	1.4
--- python.iss	2001/08/08 19:32:25	1.5
***************
*** 190,196 ****
  Source: Tools\idle\Icons\*.*; DestDir: "{app}\Tools\idle\Icons"; CopyMode: alwaysoverwrite; Components: tools
  
! Source: Tools\compiler\*.py;           DestDir: "{app}\Tools\compiler";          CopyMode: alwaysoverwrite; Components: tools
! Source: Tools\compiler\compiler\*.py;  DestDir: "{app}\Tools\compiler\compiler"; CopyMode: alwaysoverwrite; Components: tools
! Source: Tools\compiler\compiler\*.txt; DestDir: "{app}\Tools\compiler\compiler"; CopyMode: alwaysoverwrite; Components: tools
  
  Source: Tools\pynche\*.py;       DestDir: "{app}\Tools\pynche";   CopyMode: alwaysoverwrite; Components: tools
--- 190,197 ----
  Source: Tools\idle\Icons\*.*; DestDir: "{app}\Tools\idle\Icons"; CopyMode: alwaysoverwrite; Components: tools
  
! Source: Tools\compiler\*.py;           DestDir: "{app}\Tools\compiler";                       CopyMode: alwaysoverwrite; Components: tools
! Source: Tools\compiler\README;         DestDir: "{app}\Tools\compiler"; DestName: README.txt; CopyMode: alwaysoverwrite; Components: tools
! Source: Tools\compiler\compiler\*.py;  DestDir: "{app}\Tools\compiler\compiler";              CopyMode: alwaysoverwrite; Components: tools
! Source: Tools\compiler\compiler\*.txt; DestDir: "{app}\Tools\compiler\compiler";              CopyMode: alwaysoverwrite; Components: tools
  
  Source: Tools\pynche\*.py;       DestDir: "{app}\Tools\pynche";   CopyMode: alwaysoverwrite; Components: tools

Index: python20.wse
===================================================================
RCS file: /cvsroot/python/python/dist/src/PCbuild/python20.wse,v
retrieving revision 1.75
retrieving revision 1.76
diff -C2 -d -r1.75 -r1.76
*** python20.wse	2001/08/06 20:01:19	1.75
--- python20.wse	2001/08/08 19:32:25	1.76
***************
*** 1070,1074 ****
        Enabled Color=00000000000000001111111111111111
        Create Flags=01010000000000000000000000000000
!       Text=By default, the install records settings in the per-machine area of the registry (HKLM), and installs the Python and C runtime DLLs to the system directory.  Choose "Non-Admin install" if you would prefer settings made in the per-user registry (HKCU), and DLLs installed in %MAINDIR%.
      end
      item: Static
--- 1070,1074 ----
        Enabled Color=00000000000000001111111111111111
        Create Flags=01010000000000000000000000000000
!       Text=By default, the install records settings in the per-machine area of the registry (HKLM), and installs the Python and C runtime DLLs to %SYS32%.  Choose "Non-Admin install" if you would prefer settings made in the per-user registry (HKCU), and DLLs installed in %MAINDIR%.
      end
      item: Static
***************
*** 2047,2050 ****
--- 2047,2056 ----
    Source=..\tools\compiler\*.py
    Destination=%MAINDIR%\Tools\compiler
+   Description=Python compiler written in Python
+   Flags=0000000000000010
+ end
+ item: Install File
+   Source=..\tools\compiler\README
+   Destination=%MAINDIR%\Tools\compiler\README.txt
    Description=Python compiler written in Python
    Flags=0000000000000010