in reply to detecting activities of scripts

I suppose you could create a snapshot of the screen and do some image processing to detect a red cross, but that seems like a lot of work.

An easier alternative would be to read an install log, if the exe's produce them, looking for alerts or failures. Another possibility is to set an alarm and timeout if an app does not complete after a preset interval.

-Mark