-
Notifications
You must be signed in to change notification settings - Fork 167
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Windows] Let silent mode installer exit with errorlevel 1 when destination path contains spaces #463
Comments
Hi @a-cesari! The logic for Windows mainly consists of this NSIS script. Check the usage of the This is the block you are looking for: constructor/constructor/nsis/main.nsi.tmpl Lines 740 to 762 in d50eb44
I would replace the warning with this logic (right above the
|
Hi there, thank you for your contribution! This issue has been automatically marked as stale because it has not had recent activity. It will be closed automatically if no further activity occurs. If you would like this issue to remain open please:
NOTE: If this issue was closed prematurely, please leave a comment. Thanks! |
Dear all,
I noticed that if installing Anaconda on Windows via the GUI gives me a waring if trying to install on a path with spaces.
However if I try to do the same with the silent install method the installation goes on without giving any error.
As in our script we would like to stop if trying to install anaconda in a path with spaces, is there the possibility to implement this in the constructor? i.e. let the installation exit with %errorlevel% = 1 when spaces are detected?
Or, which is also ok for me, could you point to me which file should I modify to implement this change in my fork?
Thanks a lot,
Andrea
The text was updated successfully, but these errors were encountered: