From http://msdn.microsoft.com/en-us/library/aa369037(VS.85).aspx
--------------------------------------- This action [1] has duplicate sequence number [2] in the table [3]. ICE82 posts a warning if there are two actions with the same sequence number listed in the InstallExecuteSequence, InstallUISequence, AdminExecuteSequence, AdminUISequence, or AdvtExecuteSequence tables. --------------------------------------- Open the package using Orca (or some other table editor, I like InstEdit) and take a look at the InstallExecuteSequence, InstallUISequence, AdminExecuteSequence, AdminUISequence, and AdvtExecuteSequence tables. The warnings are telling you that there are two actions with the same sequence number in all of these tables. The sequence number in question is '1'. The warnings list only one of the actions, DesktopFolder.A9CF889D_F142_4F04_AE90_783B0EDFB88B. The GUID at the end of that id suggests that you might have two (or more) merge modules contributing custom actions with the same sequence number. Edwin G. Castro Software Developer - Staff Electronic Banking Services Fiserv Office: 503-746-0643 Fax: 503-617-0291 www.fiserv.com Please consider the environment before printing this e-mail > -----Original Message----- > From: John H. Bergman (XPedient Technologies) > [mailto:john.berg...@xpedienttechnologies.com] > Sent: Friday, April 23, 2010 3:07 PM > To: General discussion for Windows Installer XML toolset. > Subject: [WiX-users] Sequence Numbers > > I googled around, and I understand what the warning means, however, I > do not see where it is coming from in my Wix projects. Could someone > point me in the right direction as to locating what is causing the > ICE82 Warning? > > Also, has anyone corrected the Office PIA warning? We are using the > Visual Studio Integration, and I am trying to eliminate all of the > warnings so we build completely clean. I have not been able to > successfully suppress this one either. > =-=- > > light.exe : warning LGHT1076: ICE82: This action > DesktopFolder.A9CF889D_F142_4F04_AE90_783B0EDFB88B has duplicate > sequence number 1 > in the table InstallExecuteSequence > light.exe : warning LGHT1076: ICE82: This action > DesktopFolder.A9CF889D_F142_4F04_AE90_783B0EDFB88B has duplicate > sequence number 1 > in the table InstallUISequence > light.exe : warning LGHT1076: ICE82: This action > DesktopFolder.A9CF889D_F142_4F04_AE90_783B0EDFB88B has duplicate > sequence number 1 > in the table AdminExecuteSequence > light.exe : warning LGHT1076: ICE82: This action > DesktopFolder.A9CF889D_F142_4F04_AE90_783B0EDFB88B has duplicate > sequence number 1 > in the table AdminUISequence > light.exe : warning LGHT1076: ICE82: This action > DesktopFolder.A9CF889D_F142_4F04_AE90_783B0EDFB88B has duplicate > sequence number 1 > in the table AdvtExecuteSequence > > ... > \Installers\Install.XPertJustice.WPFClient.TX.TarrantCounty\Install.XPe > rtJustice.WPFClient.wixproj : warning MSB3164: No 'HomeSite' attribute > has been provided for 'Microsoft Office 2007 Primary Interop > Assemblies', so the package will be published to the same location as > the bootstrapper. > > > 3164;1076 > > ----------------------------------------------------------------------- > ------- > _______________________________________________ > WiX-users mailing list > WiX-users@lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/wix-users ------------------------------------------------------------------------------ _______________________________________________ WiX-users mailing list WiX-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/wix-users