hing.com
> Date: Thu, 11 Apr 2013 11:58:36 -0700
> To: wix-users@lists.sourceforge.net
> Subject: Re: [WiX-users] Problem Upgrading Burn
>
> By default the newer version of the Bundle will remove older versions of
> the Bundles that share the same UpgradeCode. Bundles do not suff
By default the newer version of the Bundle will remove older versions of
the Bundles that share the same UpgradeCode. Bundles do not suffer from the
same 3 field version issues that MSI packages do. Forcing the e.State for
RelatedBundles to absent could have other side-effects (like removing
add-on
I have associated the Burn Version to the build system as at each build it will
have new version changing the last value 1.0.0.0 => 1.0.0.1To make the new
installer not to add anoter item to the ARP I have attached the event
PlanRelatedBundle and then I have set
e.State = RequestState.Absent;
t
3 matches
Mail list logo