Skip to content

Commit 02b72ce

Browse files
author
Henri Wahl
committed
innosetup again... Part V
1 parent 948cc76 commit 02b72ce

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

build/windows/nagstamon.iss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,5 +39,5 @@ procedure KillRunningNagstamon();
3939
var
4040
ReturnCode: Integer;
4141
begin
42-
Exec(ExpandConstant('taskkill.exe'), '/f /im nagstamon.exe', '', SW_HIDE, ewWaitUntilTerminated, ReturnCode);
42+
Exec(ExpandConstant('taskkill.exe'), '/f /t /im nagstamon.exe', '', SW_HIDE, ewWaitUntilIdle, ReturnCode);
4343
end;

0 commit comments

Comments
 (0)