Re: [WiX-users] ICE20 with WiX v3

2006-12-22 Thread Bob Arnson
Levi Wilson wrote: > Thanks again for the help. I'll continue to scour MSDN for more > information. These errors will probably disappear since I'll be > including some default UI sequences with the -ext WixUIExtension.dll > parameter (terminology?). Thanks again! Yes, the stock dialog sets i

Re: [WiX-users] ICE20 with WiX v3

2006-12-21 Thread Rob Mensching
ix-users@lists.sourceforge.net Subject: Re: [WiX-users] ICE20 with WiX v3 Thanks again for the help. I'll continue to scour MSDN for more information. These errors will probably disappear since I'll be including some default UI sequences with the -ext WixUIExtension.dll parameter (termino

Re: [WiX-users] ICE20 with WiX v3

2006-12-21 Thread Levi Wilson
ching; wix-users@lists.sourceforge.net *Subject:* Re: [WiX-users] ICE20 with WiX v3 Sorry about that. Have you much experience with adding custom dialogs? I guess I just don't understand why adding a single dialog created all of these ICE errors when the UI-less install was perfectly fin

Re: [WiX-users] ICE20 with WiX v3

2006-12-21 Thread Rob Mensching
@lists.sourceforge.net Subject: Re: [WiX-users] ICE20 with WiX v3 Sorry about that. Have you much experience with adding custom dialogs? I guess I just don't understand why adding a single dialog created all of these ICE errors when the UI-less install was perfectly fine. On 12/21/06, Rob Mens

Re: [WiX-users] ICE20 with WiX v3

2006-12-21 Thread Levi Wilson
sers on the line so everyone sees the replies. Yes, MSDN provides explanations about all of the ICEs and common ways to fix them. *From:* Levi Wilson [mailto:[EMAIL PROTECTED] *Sent:* Thursday, December 21, 2006 13:19 *To:* Rob Mensching *Subject:* Re: [WiX-users] ICE20 with WiX v3 Tha

Re: [WiX-users] ICE20 with WiX v3

2006-12-21 Thread Rob Mensching
Please keep wix-users on the line so everyone sees the replies. Yes, MSDN provides explanations about all of the ICEs and common ways to fix them. From: Levi Wilson [mailto:[EMAIL PROTECTED] Sent: Thursday, December 21, 2006 13:19 To: Rob Mensching Subject: Re: [WiX-users] ICE20 with WiX v3

Re: [WiX-users] ICE20 with WiX v3

2006-12-21 Thread Cullen Waters
ve existed in your MSIs all along, but which you didn't know about, because v2 didn't run validation. Hopefully, someone else can help you with the custom dialogs. From: Levi Wilson [mailto:[EMAIL PROTECTED] Sent: Thursday, December 21, 2006 1:25 PM To: Cullen Waters Subject: Re: [WiX-u

Re: [WiX-users] ICE20 with WiX v3

2006-12-21 Thread Cullen Waters
The biggest difference, and the reason you're seeing the errors now when you didn't before, is that wix 3 runs ICE validation on the MSI that is created by light, while wix 2 didn't. Most likely, if you run ice validation on the msi you created with wix 2, you'll see the same errors. You just

Re: [WiX-users] ICE20 with WiX v3

2006-12-21 Thread Rob Mensching
The difference you're seeing is that WiX v2 did not run validation and WiX v3 does. Those are errors in your WiX v2 package, you just didn't know it before. From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Levi Wilson Sent: Thursday, December 21, 2006 12:54 To: wix-users@lists.s