diff options
author | Tim Peters <tim.peters@gmail.com> | 2001-03-19 19:19:45 (GMT) |
---|---|---|
committer | Tim Peters <tim.peters@gmail.com> | 2001-03-19 19:19:45 (GMT) |
commit | baa03e80f4c9c0e15685038cec147eb38e70f3d2 (patch) | |
tree | 626e7b5e02aafb07cd0e116e6b8f49444e9442dc /PCbuild/python20.wse | |
parent | a8423a95b8746aa6b126a8242e84c1e24460b929 (diff) | |
download | cpython-baa03e80f4c9c0e15685038cec147eb38e70f3d2.zip cpython-baa03e80f4c9c0e15685038cec147eb38e70f3d2.tar.gz cpython-baa03e80f4c9c0e15685038cec147eb38e70f3d2.tar.bz2 |
When building the installer, prompt for the location of the system directory
on the current machine. Wise doesn't seem to know this itself, and it
varies across Windows flavors.
Diffstat (limited to 'PCbuild/python20.wse')
-rw-r--r-- | PCbuild/python20.wse | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/PCbuild/python20.wse b/PCbuild/python20.wse index 12ad723..e097f34 100644 --- a/PCbuild/python20.wse +++ b/PCbuild/python20.wse @@ -8,7 +8,7 @@ item: Global Japanese Font Size=10 Start Gradient=0 0 255 End Gradient=0 0 0 - Windows Flags=00000100000000010010110100001000 + Windows Flags=00000100000011010010110100001000 Log Pathname=%MAINDIR%\INSTALL.LOG Message Font=MS Sans Serif Font Size=8 @@ -17,9 +17,11 @@ item: Global Patch Threshold=85 Patch Memory=4000 Variable Name1=_SYS_ - Variable Description1=System directory + Variable Description1=System directory (where to find MSVCRT.DLL) Variable Default1=C:\Windows\System - Variable Flags1=00001001 + Variable Values1=C:\Windows\System + Variable Values1=C:\WINNT\System32 + Variable Flags1=00000010 Variable Name2=_WISE_ Variable Description2=WISE root directory Variable Default2=C:\Wise |