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?
>   

Apparently, though it's not documented nor is it a requirement of MSI 
itself.

-- 
sig://boB
http://joyofsetup.com/



--
Join us December 9, 2009 for the Red Hat Virtual Experience,
a free event focused on virtualization and cloud computing. 
Attend in-depth sessions from your desk. Your couch. Anywhere.
http://p.sf.net/sfu/redhat-sfdev2dev
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


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  wrote:

> 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/
>
>
>
>
> --
> 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
>
>


-- 
virtually, Rob Mensching - http://RobMensching.com LLC
--
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


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/



--
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


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 the 
custom action was conditioned).

Rob

Bob Arnson wrote:
> Rob Hamflett wrote:
>> ICE17FAILICE Internal Error 105. API Returned: 1615.
>> ICE17FAILError 2228: 
>> C:\DOCUME~1\Robert\LOCALS~1\Temp\ICEA37.tmp, ControlCondition, SELECT 
>> `Dialog_`,`Control_` FROM `ControlCondition` WHERE `Dialog_`=? AND 
>> `Control_`=? AND `Action`= 'Enable'
>>   
> 
> 2228 is "Database: [2]. Unknown table '[3]' in SQL query: [4]." The ICE 
> is expecting a ControlCondition table.
> 


--
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


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'
>   

2228 is "Database: [2]. Unknown table '[3]' in SQL query: [4]." The ICE 
is expecting a ControlCondition table.

-- 
sig://boB
http://joyofsetup.com/



--
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


[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, 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:

   


Adding the following line after the Publish event seems to fix things:
1

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