This should be simple, I need to stop any previous version of my program from running when the installer starts.
Most people suggested making an exe wh
exe
InnoSetup allows you to attach Pascal scripts to various places in the build process. Try attaching a script that calls ShellExecute. (Which you may have to import to the script engine if it doesn't already have it.)