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
|
||||
Value=1.5
|
||||
end
|
||||
item: Set Variable
|
||||
Variable=PY_FULLVERSION
|
||||
Value=1.5.2
|
||||
end
|
||||
item: Set Variable
|
||||
Variable=MAINDIR
|
||||
Value=Python
|
||||
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue