Uninstall fails because program is running. How do I make Inno Setup check for running process prior to attempting delete?

Viewed 26908

Inno Setup fails to remove components during uninstall cause my program is still running and the executable cannot be deleted. How do I have it check to see if it is running before allowing uninstall to proceed?

5 Answers
Related