Process Guard for Developer v1.0 is Available - Restart process if it crashed for developers

Press release: Process Guard for Developer


Hello everyone, Now Process Guard for Developer v1.0 is available, you can feel free to experience it. Please refer the following links to know more detail: Official page http://www.trisunsoft.com/process-guard-developer Direct download URL http://www.trisunsoft.com/freeware/process-guard-developer.zip Description: Process Guard for Developer (100% FREE) is a redistributable executable file that used to monitor your application process, once your application is crashed unexpectedly, it will be restarted automatically by this program. It is very easy to use, just put the distributable executable file (tssi-pgd.exe) into your application folder, and execute it when your own program starts, then it will always protect your application for accidental crash. Usually, if your application is running in the background or runs as a system tray icon, and you do not want to it to be accidental crash (except users close it manually), you may need it, in fact, maybe it can be used as a standard component for any windows executable application. Now, just try it to get the self-restarting feature for your application, and it is 100% free. At last, don"t forget to end the tssi-pgd.exe process when your application normal closing by end users. Key Features ** Restart your application automatically if it crashed unexpectedly. ** Easy to use, just put the executable file to your application folder and start it in your code. Usage ** Install it, recommend you retain "Open Redistributable File Location" as checked at the final step. ** Open the redistributable file location (automatically as above or manually by clicking the relate shortcut in the Start menu), and copy tssi-pgd.exe file to your application executable file location. ** Run tssi-pgd.exe with a parameter (your executable file name) when your application starts, sample code (VB 2008): ** Shell (Application.StartupPath & "\tssi-pgd.exe " & Process.GetCurrentProcess.ProcessName & ".exe") ** End it when your application is closing by the end users, sample code (VB 2008): ** For Each p As Process In Process.GetProcesses() ** If p.ProcessName.ToLower = "tssi-pgd" Then p.Kill() : Exit For ** Next As above, very easy to use, and only need to write several code lines to let your application containing the process monitor and self-restarting features.

Source: http://www.prlog.org/12037096