We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 3962635 + ae5c16a commit 5a2c1b9Copy full SHA for 5a2c1b9
nsis/jellyfin.nsi
@@ -221,7 +221,7 @@ ${If} $_INSTALLSERVICE_ == "Yes" ; Only run this if we're going to install the s
221
222
Sleep 3000 ; Give time for Windows to catchup
223
ConfigureStartRetry:
224
- ExecWait '"$INSTDIR\nssm.exe" set JellyfinServer Start SERVICE_DELAYED_AUTO_START' $0
+ ExecWait '"$INSTDIR\nssm.exe" set JellyfinServer Start SERVICE_AUTO_START' $0
225
${If} $0 <> 0
226
!insertmacro ShowError "Could not configure the Jellyfin Server service." ConfigureStartRetry
227
${EndIf}
0 commit comments