Run sqlplus and connect as the installing QSA Oracle user:
begin
quest_exec.cancel_script('owner','folder','script_name');
end;
/
This will cancel the script named owner.folder.script_name. If the script is not running or does not exist, the user defined Oracle error 20304 will be raised. It is up to the user to capture this and to take the appropriate action. This is something that is provided by QSA, but not easy for the end user to do.
Thanks