I've tried to do this using the Check Process command
Code: Select all
Check for Process "Installer", get result into variable INSTALLER_RUNNING
if Variable INSTALLER_RUNNING Equals TRUE
Terminate Installation
end
but this doesn't look like it's working like I expect it to.
Anyone else tried to solve this?