-
-
Notifications
You must be signed in to change notification settings - Fork 28
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
Server installer: add command line option for install in basic mode #109
Comments
I don't think that's exposed as a value, since the installer is custom written in NSIS. Is there a particular reason you'd like that? Is it for automation? |
Jellyfin installed in service mode does not have access to external disks, which is dealbreaker for me. |
Right, when you open the installer and run it through the dialogs, you can choose basic mode. In fact, that should be the default. Is that not working? Just trying to understand how I can help 🙂 edit: unless you're asking for a way to "convert" one to the other. It's not easily done, which is why the install doesn't offer that option. It's usually recommended to start over... I can provide some help but it might be more difficult. |
Instead of another edit, just an extra comment. I misread the title and didn't realize you were asking about doing it from the command line. I don't believe we have any arguments for CLI support. I can add some, but for first installs it's probably best to just go through the GUI dialogs. After that, upgrades keep the same type (basic or service). Going back to my original question, just out of curiosity, is it to script the install for automation purposes, or...? |
The default for silent installation seems to be the service mode, I installed jellyfin from winget (it passes only "/S" when doing silent install) and it resulted in service-mode installation.
Yes, I install software using winget. |
Right now, I can't find an option to force basic mode installation instead of default service mode in Windows installer.
The text was updated successfully, but these errors were encountered: