Win32: Make Setup/Update Mutex theme-unique

Fixes #3272
This commit is contained in:
Daniel Molkentin 2015-05-23 09:39:45 +02:00
Родитель 713beeb2a5
Коммит e708c145fa
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -777,7 +777,7 @@ Function .onInit
goto UAC_Elevate
;Prevent multiple instances.
System::Call 'kernel32::CreateMutexA(i 0, i 0, t "owncloudInstaller") i .r1 ?e'
System::Call 'kernel32::CreateMutexA(i 0, i 0, t "${APPLICATION_SHORTNAME}Installer") i .r1 ?e'
Pop $R0
StrCmp $R0 0 +3
MessageBox MB_OK|MB_ICONEXCLAMATION $INIT_INSTALLER_RUNNING