We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents bee2f77 + 54ce034 commit c96c66fCopy full SHA for c96c66f
scripts/windows/orange-conda.nsi
@@ -396,7 +396,7 @@ Section "Miniconda ${MINICONDA_VERSION} (Python ${PYTHON_VERSION} ${BITS}-bit)"
396
# Why does executing "${TEMPDIR}\${PYINSTALLER}" directly hang the
397
# Miniconda installer?
398
${If} ${Silent}
399
- StrCpy $0 "/S"
+ StrCpy $0 "/S /AddToPath=0 /RegisterPython=0"
400
${Else}
401
StrCpy $0 ""
402
${EndIf}
0 commit comments