On 9/26/2013 5:19 PM, Rob Mensching wrote: > What errors are you getting during the full build? > We had a discussion about this in the past. Please, please, please > help us root cause (and maybe fix) the issues that are in the WiX > toolset so that everyone benefits. Pulling code out means we're > splitting effort on improving the WiX toolset. Honestly, I'd prefer we > all work on a single solution to make it really good and pool the > limited resources we have today.
Firstly I was getting errors that excpt.h and then crtdefs.h couldn't be found: for some reason (VS2012 installed before VS2010? .NET 3.5 not installed on Windows Server?) the FT_VC_Libraries_Core feature sometimes doesn't get installed. A while ago I wrote a note about it: > It was determined that various VS2010 headers including stdio.h, iostream etc. hadn't been installed, > and a uninstall/reinstall/repair didn't fix it. By analyzing the vs_setup.msi file and installation logs the > fix was to install the missing features manually: > msiexec /i vs_setup.msi ADDLOCAL=FT_VC_Libraries_Core > Other features were missing too - we added about 20 other features to ADDLOCAL from the install logs > on a machine where the installation succeeded. Then I ran into the strong name issue that still needs to be documented (I'll submit a patch later): C:\Program Files (x86)\Microsoft SDKs\Windows\v7.0A\bin\x64\sn.exe -Vr *,36e4ce08b8ecfb17 (just running sn.exe from a VS2010 prompt gets you the 32-bit version, while GenerateWixInclude.exe is apparently a 64-bit assembly despite being under build\ship\x86) Finally, something was going wrong with Windows. After reinstalling the machine a simple 'msbuild /p:VisualStudioVersion="11.0"' now works. -- Bruce Cran ------------------------------------------------------------------------------ October Webinars: Code for Performance Free Intel webinars can help you accelerate application performance. Explore tips for MPI, OpenMP, advanced profiling, and more. Get the most from the latest Intel processors and coprocessors. See abstracts and register > http://pubads.g.doubleclick.net/gampad/clk?id=60133471&iu=/4140/ostg.clktrk _______________________________________________ WiX-devs mailing list WiX-devs@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/wix-devs