ICE13

ICE13 validates that dialogs in sequence tables appear in the AdminUISequence, or InstallUISequence tables. Dialogs must not be listed in the InstallExecuteSequence, AdminExecuteSequence, or AdvtExecuteSequence tables.

Result

ICE13 posts an error message if a dialog appears in an execute sequence table.

Example

For the following example, ICE13 posts an error message stating that the 'WelcomeDialog' cannot be listed in the 'InstallExecuteSequence' table.

InstallExecuteSequence Table (partial)

Action
InstallFinalize
CostFinalize
WelcomeDialog

 

InstallUISequence Table (partial)

Action
CostFinalize
CostInitialize
BrowseDialog

 

Dialog Table (partial)

Dialog
BrowseDialog
WelcomeDialog

 

ICE Reference