Archive: Kill Process


Kill Process
How kill process in nsis ?
plug-in that I found not works.:(
http://nsis.sourceforge.net/Processes_plug-in


Take a look at the lockedlist plugin.


http://nsis.sourceforge.net/KillProc_plug-in
http://nsis.sourceforge.net/KillProcDLL_plug-in

not work


killproc work. flawless victory.


http://nsis.sourceforge.net/KillProc_plug-in - this example work? Write please you code.

my code

  StrCpy $0 "Calc.exe"
KillProc::KillProcesses

The older plugins may not work with 64-bit processes. LockedList will.

Stu


I run in 32-bit processor.


The process name is case sensitive. On my system (x64) calc.exe is all lower case.


lower case. not helps.


Try without extension (.exe)


LockedList is nice, but do not kill

relative postings with other solutions
http://forums.winamp.com/showthread.php?t=341621
http://forums.winamp.com/showthread.php?t=318977

at least i still work with wmic successfully.
unfortunately it does not work under sandboxie due dos-box-limitations.

HTH


flawless victory:
http://nsis.sourceforge.net/NsProcess_plugin

Thanks to All of You


ic - i missed the latest update from brainsucker
http://forums.winamp.com/showpost.ph...2&postcount=57

thx