ICE17 error
hi
i am getting the following errors, how do i solve them?
ICE17 UNKNOWN ICE Internal Error 105. API Returned: 1615.
ICE17 UNKNOWN Error 2228: C:\DOCUME~1\a-jackp\LOCALS~1\Temp\ICEC5.tmp, ControlCondition, SELECT `Dialog_`,`Control_` FROM `ControlCondition` WHERE `Dialog_`=? AND `Control_`=? AND `Action`= 'Enable'
Regards
Divya
i am getting the following errors, how do i solve them?
ICE17 UNKNOWN ICE Internal Error 105. API Returned: 1615.
ICE17 UNKNOWN Error 2228: C:\DOCUME~1\a-jackp\LOCALS~1\Temp\ICEC5.tmp, ControlCondition, SELECT `Dialog_`,`Control_` FROM `ControlCondition` WHERE `Dialog_`=? AND `Control_`=? AND `Action`= 'Enable'
Regards
Divya
0 Comments
[ + ] Show comments
Answers (3)
Please log in to answer
Posted by:
divya_abrol
17 years ago
Posted by:
pryomoax
17 years ago
Posted by:
pryomoax
17 years ago
I solved it!
There is a wicked WiX 3.0 bug that causes this. I've found that removing a condition from the UI creates this error. It took me a while through trial and error. From my assumptions I would say that you do not have a page to view a EULA license text. In WiX 2.0 this was fine but not in 3.0.
So, the solution: Add <Condition Action="enable">1</Condition> as a child of the "Next" button Control element on you very first dialog page.
Ta-da!
There is a wicked WiX 3.0 bug that causes this. I've found that removing a condition from the UI creates this error. It took me a while through trial and error. From my assumptions I would say that you do not have a page to view a EULA license text. In WiX 2.0 this was fine but not in 3.0.
So, the solution: Add <Condition Action="enable">1</Condition> as a child of the "Next" button Control element on you very first dialog page.
Ta-da!
Rating comments in this legacy AppDeploy message board thread won't reorder them,
so that the conversation will remain readable.
so that the conversation will remain readable.