jirentabu / crashrpt

Automatically exported from code.google.com/p/crashrpt
0 stars 0 forks source link

way to get running tray icon to exit #142

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
If the user does not elect or is unable to send a crash report, the sender will 
stay running in the system tray. This causes a problem with installers that 
will want to update the exe file; there is no way to tell the sender exe 
program to exit now. Needs to be either a command line or mutex set that causes 
the sender to stop waiting and quit.

Original issue reported on code.google.com by Real.Nop...@gmail.com on 30 Mar 2012 at 1:09

GoogleCodeExporter commented 9 years ago

Original comment by zexspect...@gmail.com on 4 May 2012 at 3:51

GoogleCodeExporter commented 9 years ago
How about a command line parameter (e.g., /terminate) for CrashSender.exe?

Launching "CrashSender.exe /terminate" would look for all open CrashSender.exe 
processes and terminate them immediately (without sending reports or waiting 
for completion). Terminating the process can be acomplished with 
TerminateProcess(hProcess) function.

Or you prefer graceful exit (waiting for completion and then terminate)? 

Original comment by zexspect...@gmail.com on 30 Aug 2012 at 5:34

GoogleCodeExporter commented 9 years ago
Added /terminate command line parameter for CrashSender.exe.

Original comment by zexspect...@gmail.com on 30 Aug 2012 at 6:11

GoogleCodeExporter commented 9 years ago
This issue was closed by revision r1366.

Original comment by zexspect...@gmail.com on 30 Aug 2012 at 6:12