Commit 8bd31dd0 by Csók Tamás

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

parent 35b09df8
...@@ -64,6 +64,7 @@ IF NOT "!output_on_screen!"=="False" ( ...@@ -64,6 +64,7 @@ IF NOT "!output_on_screen!"=="False" (
) )
call :SUB_ARCHITECTURE architecture call :SUB_ARCHITECTURE architecture
:PYTHON_CHECK_MODULE
rem Decide whether python 2.x is installed or not rem Decide whether python 2.x is installed or not
SET "python_registry=" SET "python_registry="
:PYTHON_CHECK :PYTHON_CHECK
...@@ -145,7 +146,7 @@ IF NOT "!output_on_screen!"=="False" ( ...@@ -145,7 +146,7 @@ IF NOT "!output_on_screen!"=="False" (
IF NOT "!output_on_screen!"=="False" ( IF NOT "!output_on_screen!"=="False" (
@echo Python install finished, rechecking registry @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 rem We have Python but let's check if it's in the PATH
:HASPYTHON :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