Re: [WiX-users] BalExtension and the Common Public License

2012-07-12 Thread Bruce Cran
On 12/07/2012 23:40, Darwin Baines wrote: > So having done this, and gotten it to work I'm at the stage of wondering what > would be the ramification if we were to distribute it with our product and if > it will be a common problem with others. I think this is something you'd need to ask a lawye

Re: [WiX-users] BalExtension and the Common Public License

2012-07-12 Thread John Robbins
Thanks for answering! If a quiet bootstrapper is what you want, take a look at writing a custom one. You have total control over every aspect of the UI so you can show as little or as much as you like. There's not a lot of documentation, but the WiX bootstrapper itself is very well done and was

Re: [WiX-users] BalExtension and the Common Public License

2012-07-12 Thread Darwin Baines
I may have taken the wrong approach and this may become a non-issue once the documentation comes out and clears things up, but I was looking to make a quiet bootstrapper whose only dialog was the "usage" help page; kind of an incremental step from a straight MSI to a bootstrapper, where the MSI

Re: [WiX-users] BalExtension and the Common Public License

2012-07-12 Thread John Robbins
Out of pure curiosity, why would you need to do your own custom bootstrapper? The WiX Burn bootstrapper is incredibly flexible and allows you to completely control everything I can imagine anyone would need. What does Burn not do that you need? Thanks for satisfying my curiosity. John Co-fo