nsis基础教程
http://www.newasp.net/tech/program/23599.html
下载地址 http://omega.idv.tw/download/show.php?id=73
在线版地址 http://omega.idv.tw/kdb120/viewthread.php?threadid=2817
在墙外
转自: http://forum.cpatch.org/viewthread.php?tid=8256&extra=page%3D1&sid=gc64Kv
需要安装2个plugin,http://nsis.sourceforge.net/FindProcDLL_plug-in
Function un.onInit
FindProcDLL::FindProc "你的程序.exe"
Pop $0
IntCmp $0 1 0 no_run
MessageBox MB_ICONSTOP "(你的程序)正在运行,请先关闭程序!"
Quit
no_run:
FunctionEnd
http://9goo.blogchina.com/9goo/6414594.html
NSIS入门教程
http://www.blogjava.net/xilaile/archive/2007/03/29/107294.html
全方位掌握 NSIS 的使用