mirror of
https://gitea.psi.ch/ELOG/elog.git
synced 2026-09-08 17:13:56 +00:00
Added removal of previous service
SVN revision: 1017
This commit is contained in:
parent
be5a928490
commit
be744c15b1
5
elog.nsi
5
elog.nsi
@ -63,6 +63,10 @@ Section "ELOG system (required)" SecSystem
|
||||
File COPYING
|
||||
File README
|
||||
|
||||
; stop service to replace elogd.exe
|
||||
ExecWait 'net stop "elog server"'
|
||||
Sleep 3000
|
||||
|
||||
File nt\release\elogd.exe
|
||||
File nt\release\elog.exe
|
||||
File nt\release\elconv.exe
|
||||
@ -141,6 +145,7 @@ SectionEnd
|
||||
|
||||
; optional section
|
||||
Section "Register ELOG Server Service" SecService
|
||||
ExecWait "$INSTDIR\elogd.exe -s -remove"
|
||||
ExecWait "$INSTDIR\elogd.exe -install"
|
||||
SectionEnd
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user