Closing other process

Hi,My project has 2 .exe files and both of them depend on foo.dll file and I plan to put Automatic Updater on one of them. My question is how can I close the other .exe process when update foo.dll? Does Automatic Updater support easy way?

If your processes are running you're in charge of closing them. Just loop through the running processes and kill your exe's, or let wyUpdate handle it.

Hi,Do you have example with wyUpdate?Thanks

When wyUpdate runs it lists any processes that must be closed before the update can continue and it give the user the option to close the processes (one-by-one or all with a single click).

Thanks Sam