Re: [WiX-users] Error code lookup

2006-11-23 Thread Mike Dimmick
n the including file. -- Mike Dimmick -Original Message- From: Cullen Waters [mailto:[EMAIL PROTECTED] Sent: 22 November 2006 23:51 To: Cullen Waters; [EMAIL PROTECTED]; Wix-Users List Subject: RE: Re: [WiX-users] Error code lookup Alright, I figured out the problem, and I think it is a b

Re: [WiX-users] Error code lookup

2006-11-22 Thread Cullen Waters
x-Users List Subject: Re: [WiX-users] Error code lookup I agree on the too aggressive bit, especially since Wix is explicitly(in the exe.config files) set to run under .net 2.0 as well as 1.1. Presumably, any bug fixes that were present in 1.1 SP1 are also present in 2.0, which means that this mes

Re: [WiX-users] Error code lookup

2006-11-22 Thread Cullen Waters
ailto:[EMAIL PROTECTED] On Behalf Of [EMAIL PROTECTED] Sent: Wednesday, November 22, 2006 7:38 AM To: Cullen Waters; Wix-Users List Subject: Re: [WiX-users] Error code lookup [EMAIL PROTECTED] wrote: > Is there a way to lookup Wix error codes? I'm getting CNDL0124, and I'd li > ke t

Re: [WiX-users] Error code lookup

2006-11-22 Thread Bob Arnson
[EMAIL PROTECTED] wrote: > The catch block in Preprocessor.cs reports SP1ProbablyNotInstalled if *any* > XmlException occurs, which seems too aggressive to me. No doubt some > exception is erroneously thrown if SP1 isn't installed and you try to load an > XmlDocument from a StringReader, but can

Re: [WiX-users] Error code lookup

2006-11-22 Thread mike-wix-users
[EMAIL PROTECTED] wrote: > Is there a way to lookup Wix error codes? I'm getting CNDL0124, and I'd li > ke to find out more about the error, so I can start debugging it. As Rob says, look in messages.xml. IIRC in v3 all the Message elements carry a Number attribute so you can simply search for N