Skip to content
Permalink
Browse files

Don't add miniconda to path and register as system python

... when running in silent mode.
  • Loading branch information...
ales-erjavec committed Jan 10, 2019
1 parent 4a7ecc8 commit 54ce0341f04dea3dd2f3494a58b3e8c0a015ab31
Showing with 1 addition and 1 deletion.
  1. +1 −1 scripts/windows/orange-conda.nsi
@@ -396,7 +396,7 @@ Section "Miniconda ${MINICONDA_VERSION} (Python ${PYTHON_VERSION} ${BITS}-bit)"
# Why does executing "${TEMPDIR}\${PYINSTALLER}" directly hang the
# Miniconda installer?
${If} ${Silent}
StrCpy $0 "/S"
StrCpy $0 "/S /AddToPath=0 /RegisterPython=0"
${Else}
StrCpy $0 ""
${EndIf}

0 comments on commit 54ce034

Please sign in to comment.
You can’t perform that action at this time.