There seems to be an issue with how some UI elements are processed that results 
in an ICE validation 
failure.  In Orca the 2 errors reported are:

ICE17   FAIL    ICE Internal Error 105. API Returned: 1615.
ICE17   FAIL    Error 2228: C:\DOCUME~1\Robert\LOCALS~1\Temp\ICEA37.tmp, 
ControlCondition, SELECT 
`Dialog_`,`Control_` FROM `ControlCondition` WHERE `Dialog_`=? AND `Control_`=? 
AND `Action`= 'Enable'

A quick Google search found an answer for me.  My ExitDialog has this control 
on it:
<Control Id="Finish" Type="PushButton" X="236" Y="243" Width="56" Height="17" 
Default="yes" 
Cancel="yes" Text="[ButtonText_Finish]">
   <Publish Event="EndDialog" Value="Return"><![CDATA[1]]></Publish>
</Control>

Adding the following line after the Publish event seems to fix things:
<Condition Action="enable">1</Condition>

Have I missed something or should I open a bug for this?  I tested this using 
the latest release, 
which is currently 3.0.5419.

Rob


------------------------------------------------------------------------------
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to