Skip to main content

Install Execute Sequence

The Install Execute Sequence view shows the actions that run during MSI installation, uninstallation, or repair and the exact order in which they run.

This view represents the InstallExecuteSequence table and includes both standard Windows Installer actions and any custom actions you create.

Master Packager Advanced Editor - Install Execute Sequence

Fields

FieldDescription
Action TypeDefines whether the action is standard or custom.
Action NameSpecifies the action name.
ConditionSets the rules that control when the action runs. Common conditions include install, uninstall, repair, x64 OS, x86 OS, Windows 10, and Windows 11.
SequenceDefines the execution order. Lower numbers run earlier, and higher numbers run later. Schedule custom actions after InstallInitialize and before InstallFinalize when appropriate.
tip

Check where each custom action fits in the sequence so it runs at the right time and does not interfere with standard MSI actions.