Re: [WiX-users] Build WixUtilExtension.dll

2009-12-28 Thread Rob Mensching
IIRC, to build 64-bit you need the Windows SDK as well since it provides some of the libs (I never understood why VS didn't ship them). On Mon, Dec 28, 2009 at 1:53 AM, ricky sundrani wrote: > Hi Rob, > I tried to build the ext.build file using NANT 0.86 Beta, since i only > require to rebuild Wi

Re: [WiX-users] Build WixUtilExtension.dll

2009-12-28 Thread ricky sundrani
Hi Rob, I tried to build the ext.build file using NANT 0.86 Beta, since i only require to rebuild WixUtilExtension.dll and WixUIExtension.dll. I am currently using WIN2K3 and have VS2008 SP1 installed. But using Nant , i got some errors. I modified nant.exe.config. But now the errors i see now are

Re: [WiX-users] Build WixUtilExtension.dll

2009-12-26 Thread Rob Mensching
I've never built everything through Visual Studio. Doing so will probably require a significant amount of work. On Fri, Dec 25, 2009 at 4:35 AM, ricky sundrani wrote: > I want to build WixUtilExtension.dll from wix sources. > So first i tried to build util.wixlib , but that has references to > ca

[WiX-users] Build WixUtilExtension.dll

2009-12-25 Thread ricky sundrani
I want to build WixUtilExtension.dll from wix sources. So first i tried to build util.wixlib , but that has references to caerr.wxi, wixca.dll and other files. Not , I am trying to build wixca.dll from wix sources. But haven't been able to do so yet. I did go through this blog, but this was not of