Revision 5f023c51 trunk/Pithos.Installer/PithosPlus.iss

b/trunk/Pithos.Installer/PithosPlus.iss
589 589
begin
590 590
  winHwnd := FindWindowByClassName('{MyAppMutex}');
591 591
  if winHwnd<>0 then begin { no module found or ignore pressed}
592
      msgbox("mutexfound", mbInformation,mbOK);
592 593
      postmessage(winHwnd,WM_QUIT,0,0);
593 594
   //abort();  
594 595
  end;

Also available in: Unified diff