If the engine can't find a payload, then it will call
IBootstrapperApplication::OnResolveSource.  Check out the comments at
https://github.com/wixtoolset/wix3/blob/develop/src/burn/inc/IBootstrapperApplication.h
for more information.

Note that you'll probably need the SWAPRUN functionality in v3.10.
https://github.com/wixtoolset/wix3/pull/168

On Wed, Mar 18, 2015 at 2:36 PM, Marco Tognacci <mark...@live.it> wrote:

> Any suggestions?
>
> I have a Burn Managed Bootstrapper with WPF UI.I need to publish my setup
> using a DVD disk.I have many msi packages in the Burn chain, so I want to
> divide my setup application on 2 or more DVD disks.I have seen the
> MediaTemplate element inside the msi package project to define the disk for
> the output msi.
> I don't need to separate the single msi packages, but only the
> bootstrapper, so my question is:Is there a way to the Burn to take the msi
> packages from different locations?
> I'd like to insert the first DVD, run the Burn setup and only if I need to
> install a msi package that is located on the second disk the setup would
> ask the user to insert the second DVD disk, how can I do this?
> Thanks.
>
>
>
> ------------------------------------------------------------------------------
> Dive into the World of Parallel Programming The Go Parallel Website,
> sponsored
> by Intel and developed in partnership with Slashdot Media, is your hub for
> all
> things parallel software development, from weekly thought leadership blogs
> to
> news, videos, case studies, tutorials and more. Take a look and join the
> conversation now. http://goparallel.sourceforge.net/
> _______________________________________________
> WiX-users mailing list
> WiX-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/wix-users
>
------------------------------------------------------------------------------
Dive into the World of Parallel Programming The Go Parallel Website, sponsored
by Intel and developed in partnership with Slashdot Media, is your hub for all
things parallel software development, from weekly thought leadership blogs to
news, videos, case studies, tutorials and more. Take a look and join the 
conversation now. http://goparallel.sourceforge.net/
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to