Skip to content
⌘ NSIS Forum Archive

find/kill process plugin which works with NSIS Unicode Installer 2.38.1

2 posts

sofaelch#

find/kill process plugin which works with NSIS Unicode Installer 2.38.1

Hi,

is there somewhere a plugin with which you can find and terminate/kill a process (e.g. <my prog.exe>) which works with NSIS Unicode 2.38.1.

All plugins found so far on the NSIS homepage do not work in Unicode except the FindProcess.nsh with you can find a process but you cannot terminate one. Unfortunately I am not a windows programmer to extend this FindProcess.nsh.

Thanks in advance for any support.
pbingel#
Not sure if it supports Unicode 2.38.1 but I used the killProc Plugin and it worked great. LoRd_MuldeR wrote the killProc Plugin so if that one doesn't work with Unicode 2.38.1 you might consider PM'ing him for advice.