I want to kill a process, and I found this:
I downloaded the plug-in and put it in the correct folder.
I added this line to the code:
(I changed process_name.exe to the actual process name).KillProcDLL::KillProc "process_name.exe"
When I go to compile it, I get this error message:
Error: Can't add entry, no section or function is open!Line 26 is
Error in script "C:\Program Files\NSIS\Examples\aimskins.nsi" on line 26 -- aborting creation process
Does anyone know how to fix my problem?KillProcDLL::KillProc "process_name.exe"