mirror of
https://git.deluge-torrent.org/deluge
synced 2025-04-20 19:44:52 +00:00
ReadRegStr needs an output variable
This commit is contained in:
parent
270bb4ae1b
commit
4c479749f9
1 changed files with 1 additions and 1 deletions
|
@ -362,7 +362,7 @@ SectionGroupEnd
|
|||
|
||||
Function autodetect_python
|
||||
Pop $0
|
||||
ReadRegStr "" HKLM "SOFTWARE\Python\PythonCore\${PYTHON_VERSION}\InstallPath" ""
|
||||
ReadRegStr $1 HKLM "SOFTWARE\Python\PythonCore\${PYTHON_VERSION}\InstallPath" ""
|
||||
IfErrors 0 +3
|
||||
SectionSetInstTypes $0 3
|
||||
SetCurInstType 0
|
||||
|
|
Loading…
Add table
Reference in a new issue