ICE26
ICE26 validates that each of the following sequence tables contain the actions that are required by the table and does not contain any actions disallowed in the table:
- AdminUISequence table
- AdminExecuteSequence table
- InstallUISequence table
- InstallExecuteSequence table
Result
ICE26 posts an error message if the installation package has a sequence table that lacks a required action or that contains an action that is disallowed for the table.
Example
ICE26 error | Description |
---|---|
Action: 'Action1' is required in the InstallExecuteSequence Sequence table. | A required action is missing from the indicated sequence table. See the template.msi or the suggested sequence tables in Using a Sequence Table. |
Action: 'Action2' is prohibited in the InstallExecuteSequence Sequence table. | This action cannot be in the indicated sequence table. Remove this action from the sequence table. |
Related topics