I have a WiX Burn Mamaged Bootstrapper with WPF UI.I need to locate the msi 
package included in the exe in another location, (I need to deploy my setup on 
2 dvd).I have attached to the ResolveSource event (or overriding the method 
OnResolveSource) that report in the LocalPath the path of the package that it 
can't be located (because is on the second dvd) and inside it I have called the 
SetLocalPath() to the new path on the second DVD and set the EventArgs.Result = 
OK or Continue but it report the failure of the setup, then I can call 
RetryCommand so the setup work and use the new LocalPath but it rollback the 
setup and restart all.As I have more that one package to relocate is there a 
way to make the setup continue after the ResolveSource - SetLocalPath() 
?Perhaps I need to set another option as Result for the ResolveSource  event?Or 
What I have to do for make it working?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

Reply via email to