|
From: Sebastian M. <sa...@te...> - 2005-11-29 15:31:58
|
We have a WiX project that uses both the wixca.wixlib and sca.wixlib. (Creating a web service virtual directory as well as using XmlFile to update a web.config setting.) When we validate the resulting MSI, we get an ICE82 validation error: WARNING 82 This action SchedXmlFile has duplicate sequence number 4001 in the table InstallExecuteSequence It seems that ConfigureIIs also has the same sequence number in the resulting MSI. We've tried setting the sequence in the <InstallExecuteSequence> element, but it doesn't seem to make any difference. We would like to run without validation errors. Any ideas? Thanks, Luke & Sebastian |