You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
installer: auto-terminate ssh-agent.exe and friends
This background process is supposed to be auto-started, so it makes sense
to auto-terminate it.
We need to be careful, though, to report correctly when we could not
terminate the process, in which case we ask the user to please do it
themselves.
Signed-off-by: Johannes Schindelin <[email protected]>
SuppressibleMsgBox('Failed to terminate '+Processes[i].Name+' (pid '+IntToStr(Processes[i].ID)+')'+#13+'Please terminate it manually and press the "Refresh" button.',mbCriticalError,MB_OK,IDOK);
1281
+
Result:=False;
1282
+
Exit;
1283
+
end;
1284
+
;
1285
+
endelseifnot Processes[i].Restartable thenbegin
1277
1286
SuppressibleMsgBox(
1278
1287
'Setup cannot continue until you close at least those applications in the list that are marked as "closing is required".'
0 commit comments