Skip to content

Commit

Permalink
innosetup again... Part V
Browse files Browse the repository at this point in the history
  • Loading branch information
Henri Wahl committed Jan 24, 2020
1 parent 948cc76 commit 02b72ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/windows/nagstamon.iss
Original file line number Diff line number Diff line change
Expand Up @@ -39,5 +39,5 @@ procedure KillRunningNagstamon();
var
ReturnCode: Integer;
begin
Exec(ExpandConstant('taskkill.exe'), '/f /im nagstamon.exe', '', SW_HIDE, ewWaitUntilTerminated, ReturnCode);
Exec(ExpandConstant('taskkill.exe'), '/f /t /im nagstamon.exe', '', SW_HIDE, ewWaitUntilIdle, ReturnCode);
end;

0 comments on commit 02b72ce

Please sign in to comment.