Commit e7a07507 by Csók Tamás

client: solved a minor bug, where installation procedure would stop midway (with the new installer)

parent 26dd59fd
......@@ -64,6 +64,7 @@ IF NOT "!output_on_screen!"=="False" (
)
call :SUB_ARCHITECTURE architecture
:PYTHON_CHECK_MODULE
rem Decide whether python 2.x is installed or not
SET "python_registry="
:PYTHON_CHECK
......@@ -145,7 +146,7 @@ IF NOT "!output_on_screen!"=="False" (
IF NOT "!output_on_screen!"=="False" (
@echo Python install finished, rechecking registry
)
GOTO UACPrompt
GOTO PYTHON_CHECK_MODULE
rem We have Python but let's check if it's in the PATH
:HASPYTHON
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment