PDA

View Full Version : Build warnings


ljensen
10-07-2008, 05:35 PM
I have a MSIF v2.1.1002.0 project with 2 merge modules. When I build it, I get the warnings below. Should I be worried about them?


Linking compiled files together as 'C:\IfrxInst\MSIF\Projects\ifrx upgrade\output\ServerUpgrade.msi'
Microsoft (R) Windows Installer Xml Linker version 3.0.4214.0
Copyright (C) Microsoft Corporation. All rights reserved.

light.exe : warning LGHT1076 : ICE57: Component 'Shortcut_0001.4825D968_2DCB_48EC_AD14_C1893A94E39 0' has both per-user and per-machine data with an HKCU Registry KeyPath.
light.exe : warning LGHT1076 : ICE57: Component 'Shortcut_0002.4825D968_2DCB_48EC_AD14_C1893A94E39 0' has both per-user and per-machine data with an HKCU Registry KeyPath.
light.exe : warning LGHT1076 : ICE69: Mismatched component reference. Entry 'shortcutLabelProcessor.4825D968_2DCB_48EC_AD14_C1 893A94E390' of the Shortcut table belongs to component 'Shortcut_0001.4825D968_2DCB_48EC_AD14_C1893A94E39 0'. However, the formatted string in column 'Target' references file 'FHTLabelProcessor.exe.4825D968_2DCB_48EC_AD14_C18 93A94E390' which belongs to component 'FHTLabelProcessor.exe.4825D968_2DCB_48EC_AD14_C18 93A94E390'. Components are in the same feature.
light.exe : warning LGHT1076 : ICE69: Mismatched component reference. Entry 'shortcutLabelProcessorTCPTe.4825D968_2DCB_48EC_AD 14_C1893A94E390' of the Shortcut table belongs to component 'Shortcut_0002.4825D968_2DCB_48EC_AD14_C1893A94E39 0'. However, the formatted string in column 'Target' references file 'LabelProcessorTCPTester.exe.4825D968_2DCB_48EC_AD 14_C1893A94E390' which belongs to component 'LabelProcessorTCPTester.exe.4825D968_2DCB_48EC_AD 14_C1893A94E390'. Components are in the same feature.
light.exe : warning LGHT1076 : ICE82: This action ProgramFilesFolder.4825D968_2DCB_48EC_AD14_C1893A9 4E390 has duplicate sequence number 2 in the table InstallExecuteSequence
light.exe : warning LGHT1076 : ICE82: This action ProgramMenuFolder.4825D968_2DCB_48EC_AD14_C1893A94 E390 has duplicate sequence number 2 in the table InstallExecuteSequence
light.exe : warning LGHT1076 : ICE82: This action ProgramFilesFolder.4825D968_2DCB_48EC_AD14_C1893A9 4E390 has duplicate sequence number 2 in the table InstallUISequence
light.exe : warning LGHT1076 : ICE82: This action ProgramMenuFolder.4825D968_2DCB_48EC_AD14_C1893A94 E390 has duplicate sequence number 2 in the table InstallUISequence
light.exe : warning LGHT1076 : ICE82: This action ProgramFilesFolder.4825D968_2DCB_48EC_AD14_C1893A9 4E390 has duplicate sequence number 2 in the table AdminExecuteSequence
light.exe : warning LGHT1076 : ICE82: This action ProgramMenuFolder.4825D968_2DCB_48EC_AD14_C1893A94 E390 has duplicate sequence number 2 in the table AdminExecuteSequence
light.exe : warning LGHT1076 : ICE82: This action ProgramFilesFolder.4825D968_2DCB_48EC_AD14_C1893A9 4E390 has duplicate sequence number 2 in the table AdminUISequence
light.exe : warning LGHT1076 : ICE82: This action ProgramMenuFolder.4825D968_2DCB_48EC_AD14_C1893A94 E390 has duplicate sequence number 2 in the table AdminUISequence
light.exe : warning LGHT1076 : ICE82: This action ProgramFilesFolder.4825D968_2DCB_48EC_AD14_C1893A9 4E390 has duplicate sequence number 2 in the table AdvtExecuteSequence
light.exe : warning LGHT1076 : ICE82: This action ProgramMenuFolder.4825D968_2DCB_48EC_AD14_C1893A94 E390 has duplicate sequence number 2 in the table AdvtExecuteSequence

Link successful - 'C:\IfrxInst\MSIF\Projects\ifrx upgrade\output\ServerUpgrade.msi' generated.

Adam
10-14-2008, 03:46 PM
Merge module ICE warnings are fairly common. It should be fine as you would expect that the authors of the merge module have looked at these warnings and decided that they do not change how the module works.

Adam Kapilik