mirror of https://github.com/python/cpython
Delete CurrentVersion instead of setting it.
This commit is contained in:
parent
5bf2864fc0
commit
b034e1e2ff
|
@ -69,10 +69,6 @@ item: Set Variable
|
||||||
Variable=PY_VERSION
|
Variable=PY_VERSION
|
||||||
Value=1.5
|
Value=1.5
|
||||||
end
|
end
|
||||||
item: Set Variable
|
|
||||||
Variable=PY_FULLVERSION
|
|
||||||
Value=1.5.2
|
|
||||||
end
|
|
||||||
item: Set Variable
|
item: Set Variable
|
||||||
Variable=MAINDIR
|
Variable=MAINDIR
|
||||||
Value=Python
|
Value=Python
|
||||||
|
@ -983,8 +979,7 @@ item: Edit Registry
|
||||||
end
|
end
|
||||||
item: Edit Registry
|
item: Edit Registry
|
||||||
Key=Software\Python\PythonCore\CurrentVersion
|
Key=Software\Python\PythonCore\CurrentVersion
|
||||||
New Value=%PY_FULLVERSION%
|
Root=130
|
||||||
Root=2
|
|
||||||
end
|
end
|
||||||
item: Edit Registry
|
item: Edit Registry
|
||||||
Key=Software\Python\PythonCore\%PY_VERSION%\InstallPath
|
Key=Software\Python\PythonCore\%PY_VERSION%\InstallPath
|
||||||
|
|
Loading…
Reference in New Issue