Importing the AdminExecuteSequence
The AdminExecuteSequence table lists actions that the installer executes when it calls the top-level ADMIN action. See Installation Procedure Tables Group, Using a Sequence Table, and the Sequence Table Detailed Example.
If in the section Importing a Blank Database you used uisample.msi from the Windows Installer SDK, the sequence tables in your copy of MNP2000.msi already contains the suggested action sequences described in Using a Sequence Table. No changes to these sequences should be necessary to author the Notepad sample installation package.
Use your database editor to open MNP2000.msi and enter the following data into the AdminExecuteSequence table.
Action | Condition | Sequence |
---|---|---|
CostFinalize | 1000 | |
CostInitialize | 800 | |
FileCost | 900 | |
InstallAdminPackage | 3900 | |
InstallFiles | 4000 | |
InstallFinalize | 6600 | |
InstallInitialize | 1500 | |
InstallValidate | 1400 |