!define MyMutex_Update "MyMutex_Update"
Section
System::Call 'kernel32::CreateMutexA(i 0, i 0, t "${MyMutex_Update}") i .r1 ?e'
Pop $R0
StrCmp $R0 0 +2
Quit
SectionEnd
THE END
!define MyMutex_Update "MyMutex_Update"
Section
System::Call 'kernel32::CreateMutexA(i 0, i 0, t "${MyMutex_Update}") i .r1 ?e'
Pop $R0
StrCmp $R0 0 +2
Quit
SectionEnd
暂无评论内容