Skip to content

Commit

Permalink
Fix silent uninstall problem
Browse files Browse the repository at this point in the history
  • Loading branch information
pstorz authored and Marco van Wieringen committed Feb 17, 2015
1 parent 7e5cfa7 commit 18a7772
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions platforms/win32/winbareos.nsi
Expand Up @@ -1646,6 +1646,11 @@ Section Uninstall
KillProcWMI::KillProc "bconsole.exe"
KillProcWMI::KillProc "bat.exe"

# be sure and also kill the other daemons
KillProcWMI::KillProc "bareos-fd.exe"
KillProcWMI::KillProc "bareos-sd.exe"
KillProcWMI::KillProc "bareos-dir.exe"

StrCmp $SilentKeepConfig "yes" ConfDeleteSkip # keep if silent and $SilentKeepConfig is yes

MessageBox MB_YESNO|MB_ICONQUESTION \
Expand Down

0 comments on commit 18a7772

Please sign in to comment.