Skip to content
⌘ NSIS Forum Archive

Check if program activated

3 posts

Biarchiv#

Check if program activated

Hello,

i want check if program.exe in install folder is active.
I need this option for uninstall my program, because
if it is active than it can not uninstall this exe file.
flyakite#
Instead of just checking to see if it's activated, why not just kill the process no matter what?

Use the plugin on this page:


Then you just call it using this code:
KillProcDLL::KillProc "process_name.exe"

And it will automatically close the program.
pengyou#
If you just want to see if the program is running (without killing it):