Advertisement
Guest User

LockedList

a guest
Sep 20th, 2011
295
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1.     ${Do}
  2.         LockedList::FindProcess "${EXECUTABLE}" # must be in "" because of Spaces!
  3.         Pop $R0 ; PID
  4.         ${If} $R0 != ``
  5.             Pop $R0 ; EXE
  6.             Pop $R0 ; Windows Title
  7.             MessageBox MB_RetryCancel|MB_TopMost $(CLOSE_SF) IdRetry again
  8.                 Abort
  9.             again:
  10.         ${EndIf}
  11.     ${LoopWhile} $R0 != ``
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement