Skip to content

Commit

Permalink
[Installer] removed AppNoConsole as it broke the cleanup exit logic a…
Browse files Browse the repository at this point in the history
…nd is not needed with the new nssm anymore.
  • Loading branch information
MartB committed Dec 10, 2017
1 parent bfd3ad3 commit 62c383e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion retc-installer/RETC_Installer.nsi
Original file line number Diff line number Diff line change
Expand Up @@ -244,7 +244,6 @@ Section "RETC (required)" Sec_RETC
${EndIf}
nsExec::ExecToLog /OEM '"$INSTDIR\nssm.exe" set RETC AppDirectory "$INSTDIR"'
nsExec::ExecToLog /OEM '"$INSTDIR\nssm.exe" set RETC AppExit Default Restart'
nsExec::ExecToLog /OEM '"$INSTDIR\nssm.exe" set RETC AppNoConsole 1'
nsExec::ExecToLog /OEM '"$INSTDIR\nssm.exe" set RETC AppStdout "$INSTDIR\retc-server-nssm.log"'
nsExec::ExecToLog /OEM '"$INSTDIR\nssm.exe" set RETC AppStdoutCreationDisposition 2'
nsExec::ExecToLog /OEM '"$INSTDIR\nssm.exe" set RETC AppStderr "$INSTDIR\retc-server-nssm.log"'
Expand Down

0 comments on commit 62c383e

Please sign in to comment.