[WiX-users] WiX's license implications when bootstrapping

2015-01-25 Thread Igor Brejc
tribute that contains code from the software (in source > code or binary format), you must provide recipients the source code to that > file along with a copy of this license, which license will govern that file. So I'm confused: do we have to provide the WiX source code i

Re: [WiX-users] Burn: Multiple Apply phases

2012-11-07 Thread Igor Brejc
Hi Lukas, Can you show us your install log file? On Wed, Nov 7, 2012 at 11:43 AM, Lukáš Tínes | ALVAO wrote: > Hi, > > I am fairly new to the Burn engine. I am writing managed BAand I stumble > upon this weird thing: > After ApplyComplete event (which according to documentation should be > fire

Re: [WiX-users] custom actions in burn?

2012-11-02 Thread Igor Brejc
Hi, I have the same thing (two MSIs, one 32 and the other 64 bit). I'm using the managed bootstrapper with override of OnPlanPackageBegin() method to control which one gets installed, without the need for custom actions: protected override void OnPlanPackageBegin(PlanPackageBeginEventArgs

[WiX-users] Bundles, product codes and upgrades

2012-10-26 Thread Igor Brejc
Hi, Using the managed bootstrapper, I've noticed that when the DetectRelatedBundle event gets fired, the event argument Operation is set to MajorUpgrade, even though I only changed the version of the bundle (and the containing MSI package is running MinorUpgrade). I suspect this is happening beca

Re: [WiX-users] Getting started writing a custom Bootstrapper interface

2012-10-24 Thread Igor Brejc
opers create such > things for Open Source or Free Software projects :-( > > But thanks for telling us about your BA design and the decisions you took! > That also helps :-) > > Best regards, > > Christian > > -Ursprüngliche Nachricht- > Von: Igor Brejc [mailt

Re: [WiX-users] Getting started writing a custom Bootstrapper interface

2012-10-23 Thread Igor Brejc
e us the source code? > > Bets regards, > > Christian > > > -Ursprüngliche Nachricht- > Von: Igor Brejc [mailto:igor.br...@gmail.com] > Gesendet: Samstag, 20. Oktober 2012 20:04 > An: General discussion for Windows Installer XML toolset. > Betreff: Re: [WiX

Re: [WiX-users] Getting started writing a custom Bootstrapper interface

2012-10-20 Thread Igor Brejc
cumentation for the managed BS is pretty scarce, so I had to look into WiX's source code and do a lot of trials and errors to get to this point (and I still have some issues to work through). Best regards, Igor Brejc On Fri, Oct 19, 2012 at 10:39 AM, Hans ter Horst wrote: > Thanks D

Re: [WiX-users] WixManagedBootstrapperApplicationHost and .NET 2.0

2012-10-16 Thread Igor Brejc
ng: what is the appropriate supportedFramework for .NET 2.0? "v2.0" or just "v2"? On Tue, Oct 16, 2012 at 10:14 AM, Igor Brejc wrote: > On Mon, Oct 15, 2012 at 7:15 PM, Rob Mensching wrote: > >> What does your BootstrapperCore.config file look like? Does it correctly

Re: [WiX-users] WixManagedBootstrapperApplicationHost and .NET 2.0

2012-10-16 Thread Igor Brejc
On Mon, Oct 15, 2012 at 7:15 PM, Rob Mensching wrote: > What does your BootstrapperCore.config file look like? Does it correctly > indicate the v2 NETFX should be used? > On Mon, Oct 15, 2012 at 2:18 AM, Igor Brejc wrote: > > Hi Rob, I've tried many combinations.