From 0dc4b1064bcdf628b19dfb2fe4c3da3a6805d37a Mon Sep 17 00:00:00 2001 From: Tim Peters Date: Fri, 18 Jul 2003 21:11:36 +0000 Subject: [PATCH] For my convenience in building installers, added a makes-sense-on-my-box choice to the list of places MS redistributables might be found. --- PCbuild/python20.wse | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/PCbuild/python20.wse b/PCbuild/python20.wse index 9cbbaaf271..adabb8ebe5 100644 --- a/PCbuild/python20.wse +++ b/PCbuild/python20.wse @@ -25,7 +25,7 @@ item: Global Version Copyright=©2001-2003 Python Software Foundation Version Company=PythonLabs at Zope Corporation Crystal Format=10111100101100000010001001001001 - Step View=&All + Step View=&Properties Variable Name1=_WISE_ Variable Description1=WISE root directory Variable Default1=C:\PROGRAM FILES\WISE INSTALLMASTER 8.1 @@ -45,6 +45,7 @@ item: Global Variable Default4=C:\Windows\System Variable Values4=C:\Windows\System Variable Values4=C:\WINNT\System32 + Variable Values4=C:\Code\MSDLLs Variable Flags4=00000010 Variable Name5=_PYMAJOR_ Variable Description5=Python major version number; the 2 in 2.3. -- 2.50.1