bootstrapper ExternalCheck order
Is it okay for the ExternalCheck of one prerequisite to depend on an earlier prerequisite? I'd like to write an external check program (for a SQL Express SP1 install with a custom instance name) in .NET. Before running this installer, the end user might not have .NET installed.
Are all of the InstallChecks executed before anything is installed, or are they interleaved with the installs themselves?
Thanks.

