ICE82

ICE82 validates that the RegisterProduct Action, RegisterUser Action, PublishProduct Action, and PublishFeatures Action are all present in the InstallExecuteSequence table. The package is validated if all the actions are present.

ICE82 posts a warning if there are two actions with the same sequence number listed in the InstallExecuteSequence, InstallUISequence, AdminExecuteSequence, AdminUISequence, or AdvtExecuteSequence tables .

Result

ICE82 posts the following warnings.

ICE82 warningDescription
The InstallExecuteSequence table does not contain the set of actions mentioned below:

Actions Missing:

Publish Features

Publish Product

Register Product

Register User

ICE82 custom action posts a warning if all four actions are absent.
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.

 

ICE82 posts the following errors.

ICE82 errorDescription
The InstallExecuteSequence should either contain all of the actions mentioned below or none of them

Actions Present

<List of actions present>

Actions Missing:

<List of actions missing>

ICE82 posts an error if some of the four actions are present and others are absent.

 

See Also

ICE Reference

Send comments about this topic to Microsoft

Build date: 11/12/2009

Tags :


Community Content

Tintin1983
How to fix ICE82 warning?
I was using Wix 2.0, however, after I switched to Wix 3.0, I received the following warnings:
c:\ts_dev\infrastructure\deploy\myinstall\light.exe : warning LGHT1076 : ICE82:
This action ProgramFilesFolder.F26FB2DD_F04B_445D_8C80_6D9C810576AE has duplica
te sequence number 1 in the table InstallExecuteSequence

c:\ts_dev\infrastructure\deploy\myinstall\light.exe : warning LGHT1076 : ICE82:
This action ProgramFilesFolder.F26FB2DD_F04B_445D_8C80_6D9C810576AE has duplica
te sequence number 1 in the table InstallUISequence

c:\ts_dev\infrastructure\deploy\myinstall\light.exe : warning LGHT1076 : ICE82:
This action ProgramFilesFolder.F26FB2DD_F04B_445D_8C80_6D9C810576AE has duplica
te sequence number 1 in the table AdminExecuteSequence

c:\ts_dev\infrastructure\deploy\myinstall\light.exe : warning LGHT1076 : ICE82:
This action ProgramFilesFolder.F26FB2DD_F04B_445D_8C80_6D9C810576AE has duplica
te sequence number 1 in the table AdminUISequence

c:\ts_dev\infrastructure\deploy\myinstall\light.exe : warning LGHT1076 : ICE82:
This action ProgramFilesFolder.F26FB2DD_F04B_445D_8C80_6D9C810576AE has duplica
te sequence number 1 in the table AdvtExecuteSequence



In which ProgramFilesFolder.F26FB2DD_F04B_445D_8C80_6D9C810576AE is a shared module.

Actually, most of those sequence tables are absent from my *.wxs file, except InstallExecuteSequence.

Why it works well with Wix2.0, but pops up warnings under 3.0?

How can I fix it?

Page view tracker