KillProcDLL::KillProc "process.exe"What I want it to do is upon the installer startup, I want to recognize if process.exe is running, and if it is, prompt the user for if they want to shut it down or not. If they want to shut it down, it kills the process, if they don't want to shut it down, the installer closes.
How would I do this?