[wix-users] Bundle upgrade

Farrukh Waheed farrukh1 at gmail.com
Mon May 16 04:55:46 PDT 2016


Hi Kevin,
In my DetectRelatedBundle, after detecting if it is MajorUpgrade, i.e.
if (e.Operation == RelatedOperation.MajorUpgrade || e.Operation ==
RelatedOperation.MinorUpdate)
{
  //Signal to enable Upgrade Button, binded to UpgardeCommand.
}

And then I'm calling Launch.Install in my UpgradeCommand.

I think, PlanRelatedBundle is not handling with Upgrade scenario.





On 16 May 2016 at 16:06, Parkes, Kevin <Kevin.Parkes at wacom.eu> wrote:

> My MBA/bundle is not upgrading from an old version correctly: the new
> version installs, but the previous version remains listed in Programs and
> Features.
>
> In my DetectRelatedBundle I see relation=Upgrade and
> operation=MajorUpgrade. However, in PlanRelatedBundle State is reported as
> Absent, which I presume is why Burn does not attempt to uninstall the
> previous version. What could be happening here?
>
> Is there anything I need to do in my MBA to make upgrade work correctly?
>
> Thanks
>
>
>
> ____________________________________________________________________
> WiX Toolset Users Mailing List provided by FireGiant
> http://www.firegiant.com/
>



More information about the wix-users mailing list