> The trouble is the information arrives a bit to late to do anything about, > I am not even sure what to do in case of a failure, bail or continue?
This is somewhat easier if you separate unpack from configure.
Install scripts should only fail in exceptional cases, as a last resort.
Bruce

