summaryrefslogtreecommitdiffstats
path: root/PCbuild/python20.wse
diff options
context:
space:
mode:
authorTim Peters <tim.peters@gmail.com>2001-08-08 19:32:25 (GMT)
committerTim Peters <tim.peters@gmail.com>2001-08-08 19:32:25 (GMT)
commitce42a8ec680fb970a16f5e8ca8381ffe947bdd7f (patch)
tree3d55776314d0a018fa627d6162b6d249cc0c8a71 /PCbuild/python20.wse
parent0197858f62c60a82c95b83fcf15fff8e4203b8ee (diff)
downloadcpython-ce42a8ec680fb970a16f5e8ca8381ffe947bdd7f.zip
cpython-ce42a8ec680fb970a16f5e8ca8381ffe947bdd7f.tar.gz
cpython-ce42a8ec680fb970a16f5e8ca8381ffe947bdd7f.tar.bz2
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>.
Diffstat (limited to 'PCbuild/python20.wse')
-rw-r--r--PCbuild/python20.wse8
1 files changed, 7 insertions, 1 deletions
diff --git a/PCbuild/python20.wse b/PCbuild/python20.wse
index c7bfb1e..51382cb 100644
--- a/PCbuild/python20.wse
+++ b/PCbuild/python20.wse
@@ -1069,7 +1069,7 @@ item: Custom Dialog Set
Rectangle=9 9 257 42
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%.
+ 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
Rectangle=4 82 261 144
@@ -2050,6 +2050,12 @@ item: Install File
Flags=0000000000000010
end
item: Install File
+ Source=..\tools\compiler\README
+ Destination=%MAINDIR%\Tools\compiler\README.txt
+ Description=Python compiler written in Python
+ Flags=0000000000000010
+end
+item: Install File
Source=..\tools\compiler\compiler\*.py
Destination=%MAINDIR%\Tools\compiler\compiler
Description=Python compiler written in Python