diff options
author | Guido van Rossum <guido@python.org> | 1998-08-12 01:55:26 (GMT) |
---|---|---|
committer | Guido van Rossum <guido@python.org> | 1998-08-12 01:55:26 (GMT) |
commit | b034e1e2ff036ac88b9de6fb39a4f261aac74ea8 (patch) | |
tree | 4a2e4d353023e90afd855d05f515edc8e4f07431 /PCbuild/python15.wse | |
parent | 5bf2864fc0dd7fe5a5305624d704015a99b16a0d (diff) | |
download | cpython-b034e1e2ff036ac88b9de6fb39a4f261aac74ea8.zip cpython-b034e1e2ff036ac88b9de6fb39a4f261aac74ea8.tar.gz cpython-b034e1e2ff036ac88b9de6fb39a4f261aac74ea8.tar.bz2 |
Delete CurrentVersion instead of setting it.
Diffstat (limited to 'PCbuild/python15.wse')
-rw-r--r-- | PCbuild/python15.wse | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/PCbuild/python15.wse b/PCbuild/python15.wse index bc45a19..d7adc28 100644 --- a/PCbuild/python15.wse +++ b/PCbuild/python15.wse @@ -70,10 +70,6 @@ item: Set Variable Value=1.5
end
item: Set Variable
- Variable=PY_FULLVERSION
- Value=1.5.2
-end
-item: Set Variable
Variable=MAINDIR
Value=Python
end
@@ -983,8 +979,7 @@ item: Edit Registry end
item: Edit Registry
Key=Software\Python\PythonCore\CurrentVersion
- New Value=%PY_FULLVERSION%
- Root=2
+ Root=130
end
item: Edit Registry
Key=Software\Python\PythonCore\%PY_VERSION%\InstallPath
|