Re: [WiX-users] WiX Burn how to suspend and restart setup

2015-03-30 Thread Sean Hall
The engine won't do anything while calling OnResolveSource. Don't return from ResolveSource until you have located the package. If you don't want the UI thread to be the same thread that handles BA calls, then create a new thread for running your UI. That will probably require nontrivial changes

[WiX-users] WiX Burn how to suspend and restart setup

2015-03-30 Thread Marco Tognacci
I have a Burn setup with custom WPF UI deployed using 2 DVD.I need to implemente search location for a component or payload, I have made the code inside the event ResolveSource, setting the new LocalSource and setting the result in the EventArgs to Retry,but in this way I only can do all the wor