It can be done but you need to unwire all the wix build customisations before it will work - personally I have found none of solutions in the wix source work unless you can first build everything and even then it is not easy. What I did to build wixstdba was pull out the projects wixstdba and balutil in to their own solution and then rewire the include and lib files to reference the wix 3.6 sdk in "C:\Program Files\WiX Toolset v3.6\SDK" (this is probably how the developers expected it to work). I have not been able to get the extension or wixlib to build but just creating wixstdba was enough for me.
Hope this helps. Neil -----Original Message----- From: jean claude klodjan [mailto:jcklod...@gmail.com] Sent: 17 April 2012 18:27 To: wix-users@lists.sourceforge.net Subject: [WiX-users] building Wix hello i'm having problem building wix : i have installed all the required prerequisites (or at their equivalent for Visual 2010) i basically just would like to build wixstdba, (it requires the balutil.lib ) - building any project in ext.sln (or in the wix solution) shows The "XsdGen" task was not found. Check the following: 1.) The name of the task in the project file is the same as the name of the task class. 2.) The task class is "public" and implements the Microsoft.Build.Framework.ITask interface. 3.) The task is correctly declared with <UsingTask> in the project file, or in the *.tasks files located in the "C:\WINDOWS\Microsoft.NET\Framework\v4.0.30319" directory. - building using make shows * Buildfile: file:///D:/Projets/wix sources/wix.build * Target framework: Microsoft .NET Framework 4.0 * Target(s) specified: inc * * [property] Target framework changed to "Microsoft .NET Framework 2.0". * [property] Read-only property "dir.hhw" cannot be overwritten. * [property] Read-only property "hhw-found" cannot be overwritten. * * BUILD FAILED - 0 non-fatal error(s), 2 warning(s) what do i miss ? thank you in advance ------------------------------------------------------------------------------ Better than sec? Nothing is better than sec when it comes to monitoring Big Data applications. Try Boundary one-second resolution app monitoring today. Free. http://p.sf.net/sfu/Boundary-dev2dev _______________________________________________ WiX-users mailing list WiX-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/wix-users ------------------------------------------------------------------------------ Better than sec? Nothing is better than sec when it comes to monitoring Big Data applications. Try Boundary one-second resolution app monitoring today. Free. http://p.sf.net/sfu/Boundary-dev2dev _______________________________________________ WiX-users mailing list WiX-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/wix-users