I want to extend this by adding code between the MessageBox and the Abort to bring up the original instance as the foreground window, including restoring the window if it is currently minimized.System::Call 'kernel32::CreateMutexA(i 0, i 0, t "myMutex") i .r1 ?e'
Pop $R0
StrCmp $R0 0 +3
MessageBox MB_OK "The installer is already running."
Abort
Anyone know how to do this?