Skip to content
⌘ NSIS Forum Archive

Ending/Detecting processes

3 posts

Steven Franklin#

Ending/Detecting processes

Hi,

A problem with a third party process means that it can lock some of our installed files, meaning they cannot be uninstalled. I have talked to the third party vendor and this process can just be terminated. Doing this manually works fine.

I have looked into deleting on reboot, and if there is no other option i could use this, but i wanted to avoid this.

Can anybody suggest a means of looking up a process by name, and even if this process can be ended.

thanks for your time

Steve
Dj Nyx#
if i understand...
you want to look if there is the process xy anf if its here you want to kill xy...

KillProcDLL::KillProc "nameofprocess"