-
-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
Spyder silent installer not working #22329
Comments
@zarif98 seems like you are trying to use the flags with a Spyder 6 installer? The thing is that the Spyder 6 installer, although I think is build using NSIS, it's generated via a different method than the Spyder 5 installers. Spyder 6 installers are generated using a package called Let us know if the info above helps! |
@mrclary, could you take a look at this issue to see if we can submit a PR to Constructor to fix this problem? This is important because many organizations use our installer in batch mode to easily install Spyder in multiple computers. |
@zarif98, can you copy and paste the contents of the resulting For example, the following works as expected for me with our latest 6.0.0rc1 release:
Note that the
I got the following result: install.log
Note the |
In this case you are using our Spyder 5 installer. This is completely different from our Spyder 6 installer, which you used in the original post. Do you want to install Spyder 5 or Sypder 6? Note that our Spyder 6 installer, while available, has not yet been officially released; we've only published a release candidate 6.0.0rc1. |
It looks like the install of Spyder 5 worked as expected, by the way. |
Sorry for the late response @mrclary but I didn't realize I was using Spyder 5. Is there to have the silent install working with Spyder 5 then? I just assumed Spyder 6 was already readily available from the Spyder ide website. |
Silent installation worked for me. However, it will install for all users. I could not get it to install into an arbitrary directory in silent mode, however; it seems |
Hmmm could that be resolved? @mrclary |
Unfortunately, I don't know anything about the NSIS installer for Windows that we use for Spyder 5. @ccordoba12 @dalthviz, is this something that can be resolved? |
So I would say as a summary that:
Let us know if the info above helps @zarif98 ! |
Thanks @dalthviz! |
It seems like the directory input does not work at all. It makes an install log and installs the application in another directory anyways. On another machine, it seems to install it really fast but not in the directory that I requested.
Is there a reason why it's doing this?
The text was updated successfully, but these errors were encountered: