标签:pop strong isp run res 调用 section sdi 程序
配合插件:killer.dll
导入DLL:ReserveFile "${NSISDIR}\Plugins\killer.dll"
使用方法:
;可以检测和结束32位程序进程和64位程序进程
;插件作者:pigger
;NSIS中文论坛首发
Section test
;插件调用示例
killer::IsProcessRunning "QQ.exe"
Pop $R0
MessageBox MB_OK "是否在运行:$R0"
killer::KillProcess "QQ.exe"
SectionEnd
标签:pop strong isp run res 调用 section sdi 程序
原文地址:http://www.cnblogs.com/tinaluo/p/6127836.html