Re: [WiX-users] Problem using Action attribute on Custom element

2007-05-18 Thread Bob Arnson
Kevin Fischer wrote: Actually that was the complete error message: candle.exe(0,0): Error CNDL0001: Cannot set column 'Action' with a null value because this is a required field. Julie hit upon the solution in another reply. I needed to add an "Id" attribute to the CustomAction Property="QtE

Re: [WiX-users] Problem using Action attribute on Custom element

2007-05-16 Thread Kevin Fischer
FYI, I was able to figure out how to use CAQuietExec by searching through the mailing list archive. Thanks, Kevin From: [EMAIL PROTECTED]: [EMAIL PROTECTED]: [EMAIL PROTECTED]: RE: [WiX-users] Problem using Action attribute on Custom elementDate: Wed, 16 May 2007 14:17:37 -0600 Actually th

Re: [WiX-users] Problem using Action attribute on Custom element

2007-05-16 Thread Kevin Fischer
n Date: Tue, 15 May 2007 19:59:48 -0700From: [EMAIL PROTECTED]: [EMAIL PROTECTED]: [EMAIL PROTECTED]: Re: [WiX-users] Problem using Action attribute on Custom element Can you post the complete error message? If you want to use WiX v3, you should update more often, from the weekly releases si

Re: [WiX-users] Problem using Action attribute on Custom element

2007-05-15 Thread Bob Arnson
Can you post the complete error message? If you want to use WiX v3, you should update more often, from the weekly releases site if there aren't "official" releases. Kevin Fischer wrote: Any thoughts on how to fix this? Should I not be using V3 of WiX?

Re: [WiX-users] Problem using Action attribute on Custom element

2007-05-15 Thread Kevin Fischer
Any thoughts on how to fix this? Should I not be using V3 of WiX? I was under the impression that I needed to use V3 if I wanted to use the "feature-rich" version of Votive. Thanks, Kevin From: [EMAIL PROTECTED]: [EMAIL PROTECTED]: Mon, 14 May 2007 16:08:00 -0600Subject: [WiX-users] Prob