any suggestions? or samples?
sample of what i want to see:
1)FindProc find my app
2)tell "app is running" "close?" YES|NO
3)If YES try to colse it useing "app.exe /quit" key or KillProc. For "/quit" key i think plugin must detect full path to "*.exe", don't know is it possible?
4)If NO go to 1'st page of installer
5)FindProc don't find my app => goto 1'st page of installer
If app is running (extended)
I know that i can detect my app useing FindProc and kill by KillProc plugins. But i want to make following: make simple dialog to colse my application. My app uses /quit key to exit.