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
Here's a link to an Inno Setup script that prompts a user to close the target program, if it detects that the program is running. After the user closes the program, they can click on a "Retry" button to proceed with the installation:
http://www.domador.net/extras/code-samples/inno-setup-close-a-program-before-reinstalling-it/
This script is based on a simpler script, found in the Inno Setup Extensions Knowledge Base:
http://www.vincenzo.net/isxkb/index.php?title=Call_psvince.dll_on_install_and_uninstall