From 4c479749f98e900d92f3ae118f8b6aa395fad083 Mon Sep 17 00:00:00 2001 From: John Garland Date: Wed, 25 Feb 2009 12:11:34 +0000 Subject: [PATCH] ReadRegStr needs an output variable --- win32/deluge.nsi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/win32/deluge.nsi b/win32/deluge.nsi index 9963f9fcc..dd297d60d 100644 --- a/win32/deluge.nsi +++ b/win32/deluge.nsi @@ -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