ICEM03

ICEM03 验证模块中的所有作都是基本作,还是派生自有效的基本作。

合并模块 ICE 存储在名为 Mergemod.cub 的合并模块 .cub 文件中,而不是存储在包含用于包验证的 ICE 的 .cub 文件中。

结果

ICEM03 会发布模块的错误消息,其中包含序列表中不是基本作或派生自有效基作的作。

ICEM03 为包含以下数据库条目的模块发布以下错误消息。

The action 'Action1' in the 'ModuleInstallExecuteSequence' table is 
orphaned. It is not a valid base action and does not derive from a 
valid base action.
The action 'Action2' in the 'ModuleInstallExecuteSequence' table is 
orphaned. It is not a valid base action and does not derive from a 
valid base action.

ModuleInstallExecuteSequence 表

行动 序列 BaseAction 条件
Action1 Action2 0
Action2 Action1 0

 

ICEM03 会发布这两个作的错误,因为它们将彼此引用为 ModuleInstallExecuteSequence 表中的基本作。 ModuleAdminUISequenceModuleAdminExecuteSequenceModuleAdvtUISequenceModuleAdvtExecuteS 中的所有作ModuleInstallUISequenceModuleInstallExecuteSequence 表必须是基本作,或者从另一个作和标志前后的组合派生其位置。

若要修复此错误,请确定这两个作的基本作。 为具有默认序列号的基作添加记录。 对于 Action1 和 Action2,请在 BaseAction 列中输入基本作名称,并在“后”列中输入 0 或 1。

合并模块 ICE 参考