Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
CIRCLE
/
client
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
2
Merge Requests
0
Wiki
Snippets
Members
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
8bd31dd0
authored
Oct 02, 2014
by
Csók Tamás
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
client: solved a minor bug, where installation procedure would stop midway (with the new installer)
parent
35b09df8
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletions
+2
-1
src/nsi/installer/install.cmd
+2
-1
No files found.
src/nsi/installer/install.cmd
View file @
8bd31dd0
...
...
@@ -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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment