Re: [WiX-users] On Team Build and WiX, and why it hates me.

2009-04-29 Thread Christopher Karper
Very good, I will do. Thank you for your help. On Wed, Apr 29, 2009 at 8:45 PM, Bob Arnson wrote: > Christopher Karper wrote: > > I believe I am using version 3.0.4917.0... I know it's a little old > now, > > but I have trouble getting new software on the build server, so it's more > > expedi

Re: [WiX-users] On Team Build and WiX, and why it hates me.

2009-04-29 Thread Bob Arnson
Christopher Karper wrote: > I believe I am using version 3.0.4917.0... I know it's a little old now, > but I have trouble getting new software on the build server, so it's more > expedient to keep the older edition. *Please* upgrade if only locally (since you can repro the problem without up

Re: [WiX-users] On Team Build and WiX, and why it hates me.

2009-04-28 Thread Christopher Karper
It's just a normal WixExtension. I have a compiler and decompiler extension in the project. All it does is turn some xml elements into table entries, etc. Here's what makes it tough for me to track down, whenever I try running this through candle in the debugger, it works fine. If I step thr

Re: [WiX-users] On Team Build and WiX, and why it hates me.

2009-04-28 Thread Bob Arnson
Christopher Karper wrote: >> '..\..\..\Install\WixExtension\WixExtension\bin\Release\WixExtension.dll' >> could not be loaded." Are you supplying an AssemblyDefaultFabricatorExtension attribute? Which version of WiX are you using? I don't see where you could get that mess

Re: [WiX-users] On Team Build and WiX, and why it hates me.

2009-04-28 Thread Christopher Karper
me. > > -Original Message- > From: Christopher Karper [mailto:christopher.kar...@gmail.com] > Sent: Tuesday, April 28, 2009 11:56 AM > To: General discussion for Windows Installer XML toolset. > Subject: Re: [WiX-users] On Team Build and WiX, and why it hates me. > > fuslogvw

Re: [WiX-users] On Team Build and WiX, and why it hates me.

2009-04-28 Thread Jason Ginchereau
resolve as the same. -Original Message- From: Christopher Karper [mailto:christopher.kar...@gmail.com] Sent: Tuesday, April 28, 2009 11:56 AM To: General discussion for Windows Installer XML toolset. Subject: Re: [WiX-users] On Team Build and WiX, and why it hates me. fuslogvw says binding

Re: [WiX-users] On Team Build and WiX, and why it hates me.

2009-04-28 Thread Christopher Karper
fuslogvw says binding was successful. Any ideas? On Sat, Apr 25, 2009 at 11:32 AM, Bob Arnson wrote: > Christopher Karper wrote: > > 5.) I build the Installer project using the WixExtension... I get a > candle > > error "candle.exe(0,0): error CNDL0144: The extension > > '..\..\..\Install\WixE

Re: [WiX-users] On Team Build and WiX, and why it hates me.

2009-04-25 Thread Brian Rogers
You might want to look at adding the entire namespace as -ext My.Test.Namespace.WixExtension and put the extension in the root with candle. Brian Rogers "Intelligence removes complexity." - Me http://icumove.spaces.live.com On Sat, Apr 25, 2009 at 8:32 AM, Bob Arnson wrote: > Christopher Karpe

Re: [WiX-users] On Team Build and WiX, and why it hates me.

2009-04-25 Thread Bob Arnson
Christopher Karper wrote: > 5.) I build the Installer project using the WixExtension... I get a candle > error "candle.exe(0,0): error CNDL0144: The extension > '..\..\..\Install\WixExtension\WixExtension\bin\Release\WixExtension.dll' > could not be loaded." > Use fuslogvw to see why binding f

[WiX-users] On Team Build and WiX, and why it hates me.

2009-04-24 Thread Christopher Karper
I've been struggling with this issue for some weeks now, and I've continued to back burner it, but can't do that anymore. I've built a WixExtension, and use it in several installers. But I keep running into problems with Votive / MSBuild loading the extension I've built. I'm guessing I'm having