diff options
author | Guido van Rossum <guido@python.org> | 2000-06-30 14:30:28 (GMT) |
---|---|---|
committer | Guido van Rossum <guido@python.org> | 2000-06-30 14:30:28 (GMT) |
commit | a1956e2f2688adfc377976296129ecfcfc0a43a2 (patch) | |
tree | 85b3a6de7ec09df8938a1b724c9508d24e73684f /PCbuild | |
parent | f00562a96204be1a4ccc2ab8ab19eafc36d8e9db (diff) | |
download | cpython-a1956e2f2688adfc377976296129ecfcfc0a43a2.zip cpython-a1956e2f2688adfc377976296129ecfcfc0a43a2.tar.gz cpython-a1956e2f2688adfc377976296129ecfcfc0a43a2.tar.bz2 |
Move Wise install dir consistently to C:\Wise. Don't use %_WISE_% in
include, it doesn't seem to work.
Diffstat (limited to 'PCbuild')
-rw-r--r-- | PCbuild/python20.wse | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/PCbuild/python20.wse b/PCbuild/python20.wse index c8094af..0135462 100644 --- a/PCbuild/python20.wse +++ b/PCbuild/python20.wse @@ -87,7 +87,7 @@ end item: Wizard Block Direction Variable=DIRECTION Display Variable=DISPLAY - Bitmap Pathname=C:\Program Files\Wise\DIALOGS\TEMPLATE\WIZARD.BMP + Bitmap Pathname=C:\Wise\DIALOGS\TEMPLATE\WIZARD.BMP X Position=9 Y Position=10 Filler Color=8421440 @@ -1048,7 +1048,7 @@ item: Set Variable Flags=00010100 end item: Include Script - Pathname=%_WISE_%\include\uninstal.wse + Pathname=C:\Wise\include\uninstal.wse end item: If/While Statement Variable=COMPONENTS @@ -1150,7 +1150,7 @@ end item: Wizard Block Direction Variable=DIRECTION Display Variable=DISPLAY - Bitmap Pathname=C:\Program Files\Wise\DIALOGS\TEMPLATE\WIZARD.BMP + Bitmap Pathname=C:\Wise\DIALOGS\TEMPLATE\WIZARD.BMP X Position=9 Y Position=10 Filler Color=8421440 |