Skip to content

Commit c96c66f

Browse files
authored
Merge pull request #3525 from ales-erjavec/win-miniconda-silent
[FIX] Don't add miniconda to path and register as system python
2 parents bee2f77 + 54ce034 commit c96c66f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/windows/orange-conda.nsi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -396,7 +396,7 @@ Section "Miniconda ${MINICONDA_VERSION} (Python ${PYTHON_VERSION} ${BITS}-bit)"
396396
# Why does executing "${TEMPDIR}\${PYINSTALLER}" directly hang the
397397
# Miniconda installer?
398398
${If} ${Silent}
399-
StrCpy $0 "/S"
399+
StrCpy $0 "/S /AddToPath=0 /RegisterPython=0"
400400
${Else}
401401
StrCpy $0 ""
402402
${EndIf}

0 commit comments

Comments
 (0)