Windows installer CLI option /S
flag doesn't include any feedback
#812
Labels
type::bug
describes erroneous operation, use severity::* to classify the type
Checklist
What happened?
When running the windows installer with
/S
, as expected, no installation GUI occurs. Instead, I would have expected that there is some feedback, for example the exit code.Instead, the installer directly exits with exit code 0 and you have no way of knowing apart from opening Task Manager and searching for
python
or_conda
or your installer running whether the installer is still running or has already finished.For example, when providing an invalid path with
/D
, it doesn't fail but instead defaults to the default location.I'm using conda-constructor via
pixi global install constructor
in an isolated environment.Conda Info
No response
Conda Config
No response
Conda list
No response
Additional Context
No response
The text was updated successfully, but these errors were encountered: