[This is preliminary documentation and subject to change.]
This is the Sequence method of the MsiEngine object. This method opens a query on the specified table, ordering the actions by the numbers in the Sequence column. For each row fetched, the DoAction method is called, provided that any supplied condition expression does not evaluate to False. Returns an enumeration iesEnum, as described in the DoAction method.
object.Sequence(table)
This method is normally called internally by top-level actions.