Archive: shutting down an application if its currently running


shutting down an application if its currently running
So I'm in *love* with this installer... free & easy to use and I love it.

So I'm thinking of corner cases, and when the user tries to uninstall our application when it is running, the uninstaller should shut it down, tell it to quit before uninstalling... otherwise they are left with the executable installed on their computer.

Does anyone know a simple & easy way to do this for the NSIS installer?

Thanks!


http://nsis.sourceforge.net/FCT_plug-in

-Stu


Try this or this or this.
All the above threads are dealling with what you're after
:)
CF

[Edit]
Oups, AfrowUK was faster ;)