Re: [WiX-users] Bug causing ICE 17 failure

2009-12-01 Thread Bob Arnson
Rob Mensching wrote: > It has been a long time since we found a dependency between tables that > wasn't automatically added by the WiX toolset. Is it possible that a > ControlCondition table is required by the ICEs whenever there is a Dialog > table... or something screwy like that? > Apparentl

Re: [WiX-users] Bug causing ICE 17 failure

2009-11-28 Thread Rob Mensching
It has been a long time since we found a dependency between tables that wasn't automatically added by the WiX toolset. Is it possible that a ControlCondition table is required by the ICEs whenever there is a Dialog table... or something screwy like that? On Fri, Nov 27, 2009 at 3:41 PM, Bob Arnson

Re: [WiX-users] Bug causing ICE 17 failure

2009-11-27 Thread Bob Arnson
Rob Hamflett wrote: > Yes, but why? It used to work fine without it. Did you have a ControlCondition table? The ICEs come from the MSI team so we have to rely on the doc for the hows/whys. -- sig://boB http://joyofsetup.com/

Re: [WiX-users] Bug causing ICE 17 failure

2009-11-23 Thread Rob Hamflett
Yes, but why? It used to work fine without it. In addition to the EndDialog event I previously had a Custom Action that was launched when that button was clicked. I removed the Custom Action and the problem started appearing. There wasn't a Condition on the Control to begin with (although

Re: [WiX-users] Bug causing ICE 17 failure

2009-11-23 Thread Bob Arnson
Rob Hamflett wrote: > ICE17 FAILICE Internal Error 105. API Returned: 1615. > ICE17 FAILError 2228: C:\DOCUME~1\Robert\LOCALS~1\Temp\ICEA37.tmp, > ControlCondition, SELECT > `Dialog_`,`Control_` FROM `ControlCondition` WHERE `Dialog_`=? AND > `Control_`=? AND `Action`= 'Enable' > 222

[WiX-users] Bug causing ICE 17 failure

2009-11-23 Thread Rob Hamflett
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 FAILICE Internal Error 105. API Returned: 1615. ICE17 FAILError 2228: C:\DOCUME~1\Robert\LOCALS~1\Temp\ICEA37.tmp, ControlCondition