I've successfully I added the "WixUI_Advanced" UI to my installer and it
works.  But now I get these errors:

Error   293     ICE27: 'StopServices' Action in InstallExecuteSequence table in
wrong place. Current: Costing, Correct: Execution       light.exe       0       
1
Error   294     ICE27: Action: 'InstallInitialize' in InstallExecuteSequence 
table
must come before the 'StopServices' action. Current seq#: 2500. Dependent
seq#: 1900.     light.exe       0       1


If I remove the following line the errors go away (because the
InstallInitialize sequence number goes back to 1500 instead of 2500):

<UIRef Id="WixUI_Advanced" />


I have no custom sequencing at all in my source (not even elements for
sequence tables).

If I keep the UI but remove all merge modules (roughly 64 of them) the
errors go away.  So, the merge modules and the WixUI_Advanced are *both*
required to get the above errors.  I've tried to narrow down which merge
modules contribute, but it seems to be almost any of them.

I'm using WiX 3.5 and building in Visual Studio 2010.  I can't post my code
because it's for work and I've not yet been able to reproduce the problem
with a small example (I even included a handful of merge modules in the
simple example and couldn't get the errors, which is really weird!).

I've found nothing searching the list archive or Google.  Anyone have any
ideas, or even a direction to go in?  I've been debugging this for about six
hours with no leads. :/

Any help would be wonderful, thanks.

- John

--
View this message in context: 
http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/Strange-InstallExecuteSequence-errors-ICE27-with-WixUI-Advanced-tp6755603p6755603.html
Sent from the wix-users mailing list archive at Nabble.com.

------------------------------------------------------------------------------
Special Offer -- Download ArcSight Logger for FREE!
Finally, a world-class log management solution at an even better 
price-free! And you'll get a free "Love Thy Logs" t-shirt when you
download Logger. Secure your free ArcSight Logger TODAY!
http://p.sf.net/sfu/arcsisghtdev2dev
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to