The installer functions can be used to run specific actions or action sequences. These actions can either be standard or custom actions. The following procedure describes how to run actions:
To run an action sequence
- Run a sequence of actions defined in a table by calling the
MsiSequence function.
The installer queries the indicated table and runs each action if its conditional expression evaluates to TRUE.
- Check conditional expressions by calling the MsiEvaluateCondition function.
- Run the action by calling the MsiDoAction function. The action can be a standard action, a custom action, or a user interface dialog box.
- If an error occurred during the execution of this action, call the MsiProcessMessage function. The installer will process the error.
Send comments about this topic to Microsoft
Build date: 8/13/2009
© 2009 Microsoft Corporation. All rights reserved.