On 16-Sep-10 14:29, Bruce Cran wrote: > I'd like to build WiX from hg to debug some problems I'm seeing, but > have run into a few problems doing so. I have Visual Studio 2010 > Professional, Windows SDK 7.1 and NAnt 0.91 alpha 2 installed (but not > the Visual Studio SDK or Sandcastle).
You need all those things if you want to rebuild all of WiX -- including multiple versions if you want the whole kit, like the various versions of Votive and libraries. > then, after I added the verification skip entry via an elevated command > prompt makesfxca.exe failed to run claiming strong name verification By default, all assemblies are delay-signed so you have to do the skip-verification entry. Which did you use? AFAIK, everything in WiX uses the same key. -- sig://boB http://joyofsetup.com/ ------------------------------------------------------------------------------ Start uncovering the many advantages of virtual appliances and start using them to simplify application deployment and accelerate your shift to cloud computing. http://p.sf.net/sfu/novell-sfdev2dev _______________________________________________ WiX-devs mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/wix-devs
