PDA

View Full Version : Closing all instances of running app



Poda
07-01-2009, 07:47 PM
Hi. How can I close all instances of a running app, where I don't know how many could be open at the time of setup?

linder
07-01-2009, 11:48 PM
Hello,

Use "Detect Active Application" and "Terminate Active Application" in a LOOP.

Does this help?

Regards,

--
Friedrich Linder
Lindersoft
www.lindersoft.com
+1.954.252.3910

SetupBuilder is Windows installation -- "point. click. ship"

-- Official Comodo Code Signing and SSL Certificate Partner

linder
07-02-2009, 04:56 AM
By the way, here is a quick example (see attached screenshot).

It checks for the active application. If the application is not active, it leaves the LOOP. If it is active, it tries to terminate it and checks again.

Friedrich