NsProcess plugin: Difference between revisions

From NSIS Wiki
Jump to navigationJump to search
No edit summary
Line 3: Line 3:
== Links ==
== Links ==


Download v1.1:<br>
Download v1.2:<br>
<attach>nsProcess.zip</attach>
<attach>nsProcess.zip</attach>


Line 11: Line 11:
== Description ==
== Description ==
'''Features:'''
'''Features:'''
*Find/kill a process by name
*Find a process by name
*Kill a process by name
*Kill all processes with specified name (not only one)
*Kill all processes with specified name (not only one)
*The process name is case-insensitive
*The process name is case-insensitive
*Win95/98/ME/NT/2000/XP support
*Win95/98/ME/NT/2000/XP support
*Small plugin size (4,5 Kb)
*Small plugin size (4 Kb)





Revision as of 07:41, 11 March 2006

Author: Instructor (talk, contrib)


Links

Download v1.2:
nsProcess.zip (14 KB)

Discussion:
Forum thread

Description

Features:

  • Find a process by name
  • Kill a process by name
  • Kill all processes with specified name (not only one)
  • The process name is case-insensitive
  • Win95/98/ME/NT/2000/XP support
  • Small plugin size (4 Kb)


Thanks

Ravi Kochhar (source function FIND_PROC_BY_NAME based upon his code)
iceman_k (Find_Process_By_Name) and DITMan (KillProcDLL_Manual) for direct me