Re: [WiX-users] crc error on wix 3.7 aditional downloads

2012-08-26 Thread Neil Sleightholm
I am getting the same problem with the wix37-binaries.zip file. WinZip reports "The 32-bit CRC stored in the local header for this file is not the same as the 32-bit CRC stored in the central header" Neil -Original Message- From: Sean Farrow [mailto:sean.far...@seanfarrow.co.uk] Sent:

Re: [WiX-users] crc error on wix 3.7 aditional downloads

2012-08-23 Thread Rob Mensching
wix64.proj can only be called after some of the previous parts of the build are built. Take a look at wix.proj in the root of the project. You'll see the overall order. Still trying to decide how best to create all the cross dependencies between all the various projects. On Thu, Aug 23, 2012 at 2

Re: [WiX-users] crc error on wix 3.7 aditional downloads

2012-08-23 Thread rowbot
Thanks, however if I 'msbuild wix64.proj', I get errors as follows: LINK : fatal error LNK1104: cannot open file 'wcautil_2010.lib' and then various errors on "C:\wix3.7.821.0-sources\build\debug\x86\GenerateWixInclude.exe" which doesn't exist... please advise, -- View this message in contex

Re: [WiX-users] crc error on wix 3.7 aditional downloads

2012-08-22 Thread Rob Mensching
Don't build .sln files. They haved all sorts of strange behavior w.r.t. MSBuild. The .sln files are just "workspaces" that you can open in VS and get a slice of the WiX toolset to work on. Go to the root of the project and MSBuild the wix.proj. It's the only project file there so you can just typ

Re: [WiX-users] crc error on wix 3.7 aditional downloads

2012-08-22 Thread rowbot
Hi, If I try to build any of the 4 solutions in the 3.7 sources from a clean VS2010 prompt, I get errors... is this expected? e.g >msbuild.exe wix.sln Thanks, -- View this message in context: http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/crc-error-on-wix-3-7-aditional-downlo

Re: [WiX-users] crc error on wix 3.7 aditional downloads

2012-08-22 Thread Henning Krause
Seems to be a bug in PowerArchiver. I had the same issue and reverted to Windows Explorer to extract the files... Kind regards, Henning > -Original Message- > From: Sean Farrow [mailto:sean.far...@seanfarrow.co.uk] > Sent: Mittwoch, 22. August 2012 06:39 > To: wix-users@lists.sourceforge

Re: [WiX-users] crc error on wix 3.7 aditional downloads

2012-08-21 Thread Rob Mensching
I just downloaded wix37-binaries.zip and extracted fine for me (using explorer). WiX v3.7 also just installed correctly. WiX v3.7 details here: http://robmensching.com/blog/posts/2012/8/21/Enter-WiX-v3.7-toolset On Tue, Aug 21, 2012 at 9:38 PM, Sean Farrow wrote: > Hi: > I've just tried download