Skip to content
⌘ NSIS Forum Archive

asking dll if specific exe is running

3 posts

m64253#

asking dll if specific exe is running

Hi im probably stupid for asking this but anyways...

Can someone tell how I check if a specific exe is running and if so popup a messagebox telling the user to kill that exe or abort the installation??


...Please 😁
scully13#
There are 2 plugins in the Archive. One designed to find a running process and one that will kill a running process. It sounds like you just want to find it and then if it is there then pop up a message ask them to close it.

Find Process By Name


KillProcDLL


I've used both so let me know if you need more specifics.