Hi All,
I have added some VB6 Merge Modules and also the Adobe Flash Merge Module.
I am getting this error on compile:
ight.exe : error LGHT0204 : ICE27: 'SelfUnregModules' Action in InstallExecuteSequence table in wrong place. Current: Selection, Correct: Execution
light.exe : error LGHT0204 : ICE27: Action: 'SelfUnregModules' in InstallExecuteSequence table must come after the 'InstallValidate' action.
light.exe : error LGHT0204 : ICE27: Action: 'SelfUnregModules' in InstallExecuteSequence table must come after the 'InstallInitialize' action.
light.exe : error LGHT0204 : ICE27: Action: 'InstallFiles' in InstallExecuteSequence table must come before the 'SelfRegModules' action. Current seq#: 4000. Dependent seq#: 2850.
light.exe : error LGHT0204 : ICE27: 'ResolveSource' Action in InstallUISequence table in wrong place. Current: Search, Correct: Costing
light.exe : error LGHT0204 : ICE57: Component 'NPSWF32.dll.8AC8508F_F6FE_4AF2_B9DE_EF709E90CCA2' has both per-user and per-machine data with a per-machine KeyPath.
light.exe : error LGHT0204 : ICE77: ISUnSelfRegisterFiles is a in-script custom action. It must be sequenced in between the InstallInitialize action and the InstallFinalize action in the InstallExecuteSequence table
light.exe : warning LGHT1076 : ICE86: Property `AdminUser` found in column `Component`.`Condition` in row 'FlashUtil.exe.8AC8508F_F6FE_4AF2_B9DE_EF709E90CCA 2'. `Privileged` property is often more appropriate.
light.exe : warning LGHT1076 : ICE86: Property `AdminUser` found in column `Component`.`Condition` in row 'NPSWF32.dll.8AC8508F_F6FE_4AF2_B9DE_EF709E90CCA2' . `Privileged` property is often more appropriate.
light.exe : warning LGHT1076 : ICE86: Property `AdminUser` found in column `Component`.`Condition` in row 'flashplayer.xpt.8AC8508F_F6FE_4AF2_B9DE_EF709E90C CA2'. `Privileged` property is often more appropriate.
light.exe : error LGHT0204 : ICE99: The directory name: PrimaryVolumePath is the same as one of the MSI Public Properties and can cause unforeseen side effects.
light.exe : error LGHT0204 : ICE99: The directory name: WindowsVolume is the same as one of the MSI Public Properties and can cause unforeseen side effects.
Can you assist?

Reply With Quote