Re: [WiX-users] Building extension .csproj

2011-01-28 Thread Maillet, Ed
False -Original Message- From: maksim.vazhe...@emc.com [mailto:maksim.vazhe...@emc.com] Sent: Friday, January 28, 2011 9:05 AM To: wix-users@lists.sourceforge.net Subject: Re: [WiX-users] Building extension .csproj I'm not very familiar with .NET projec

Re: [WiX-users] Building extension .csproj

2011-01-28 Thread maksim.vazhenin
r the extension without references to WixBuild.Common.targets? -Original Message- From: Rob Mensching [mailto:r...@robmensching.com] Sent: Friday, January 28, 2011 4:30 PM To: General discussion for Windows Installer XML toolset. Subject: Re: [WiX-users] Building extension .csproj I don&#x

Re: [WiX-users] Building extension .csproj

2011-01-28 Thread Rob Mensching
I don't think you need WixBuild for the extensions. IIRC, we have some helper stuff in there to flatten the XML and such that isn't necessary. On Fri, Jan 28, 2011 at 12:12 AM, wrote: > Hi all, > > Is there any way to build C# part of WiX compiler extension using only WiX > sdk, without building

Re: [WiX-users] Building extension .csproj

2011-01-28 Thread Maillet, Ed
Unless I misunderstand, you shouldn't need to build any part of Wix to make your own compiler extension. You can make an extension with custom tables and schema and your own targets without have to build/re-build any of the Wix stuff. -Original Message- From: maksim.vazhe...@emc.com [m