面对现实,超越自己
逆水行舟,不进则退
posts - 269,comments - 32,trackbacks - 0
以下为示例脚本:
1 !define MyMutex_Update     "MyMutex_Update"
2 
3 
4 Section
5     System::Call 'kernel32::CreateMutexA(i 0, i 0, t "${MyMutex_Update}") i .r1 ?e'
6     Pop $R0
7     StrCmp $R0 0 +2
8     Quit
9 SectionEnd


其他文章:http://blog.csdn.net/shemny/article/details/7575038
posted on 2012-10-18 14:02 王海光 阅读(629) 评论(0)  编辑 收藏 引用 所属分类: NSIS

只有注册用户登录后才能发表评论。
网站导航: 博客园   IT新闻   BlogJava   知识库   博问   管理