[wix-users] Update of burn bootstrappers behaving abnormally

Mayooran Macilamany mayooran99 at gmail.com
Sat May 27 08:37:34 PDT 2017


I thought we have to call Bootstrapper.Engine.Plan for each package as a
call to it decides on the installation for each component. I will have it
in the OnDetectComplete event and let you know the results.

On Sat, May 27, 2017 at 8:38 PM, Nir Bar <nir.bar at panel-sw.com> wrote:

> OnDetectPackageComplete is called for every package the bundle owns.Since
> you're calling Bootstrapper.Engine.Plan() on the first package detection,
> you get unexpected behavior.
> Plan() should be called after detection phase has fully completed for all
> the packages. OnDetectComplete would be a better placment for this call.
>
>
>
>
>
> --
> https://JetBA.net - Native and WPF WiX BootstrapperApplication Frameworks
>
>
>
>
>
>
> ____________________________________________________________________
> WiX Toolset Users Mailing List provided by FireGiant
> http://www.firegiant.com/
>


More information about the wix-users mailing list