Re: [WiX-users] Options for pausing the download and installation in wix custom BootStrapper

2014-12-17 Thread Phill Hogland
So far as I can understand, the only place in the wix source where the UX can indicate to Burn to suspend by returning Result.Suspend is in OnExecutePackageComplete. It looks to me like the only option in OnCacheAcquireProgress is to cancel or continue. Some of the other Cache handlers allow

Re: [WiX-users] Options for pausing the download and installation in wix custom BootStrapper

2014-12-13 Thread Saravanan
Hi Rob, I would like to pause the package download. I have added e.Result = Result.Suspend in CacheAcquireProgress callback. Result.Suspend will be set while select pause button from UI. But it won't pause the download. Package download get completed and package installation started. Is it

Re: [WiX-users] Options for pausing the download and installation in wix custom BootStrapper

2014-09-10 Thread Mohamed Yasir
Hi, I'm also having the same problem. I have written my code in CacheAcquireProgress() Bootstrapper Installer Event to display a message box if the internet is disconnected or any network failure. While step-by-step debugging the code, It works fine and the message box is displayed. But when

Re: [WiX-users] Options for pausing the download and installation in wix custom BootStrapper

2014-08-26 Thread Balaji R
Hi, Can you please tell which is the correct event in BootstrapperInstallEvent to pause the download and also please explain the process to pause the download ? Thanks in advance Regards, Balajj R -- View this message in context:

Re: [WiX-users] Options for pausing the download and installation in wix custom BootStrapper

2014-08-26 Thread Asbjørn Mikkelsen
What if you do something clever in OnResolveSource?, it looks like the WixBA does something for retrying downloads there, I don't understand how it works, but... On Tue, Aug 26, 2014 at 2:09 PM, Balaji R ji4all...@gmail.com wrote: Hi, Can you please tell which is the correct event in

Re: [WiX-users] Options for pausing the download and installation in wix custom BootStrapper

2014-08-26 Thread Rob Mensching
That and there are lots of Cache related callbacks. You can pause in many of those. ___ FireGiant | Dedicated support for the WiX toolset | http://www.firegiant.com/ -Original Message- From: Asbjørn Mikkelsen

[WiX-users] Options for pausing the download and installation in wix custom BootStrapper

2014-08-25 Thread Balaji R
Hi, I have a wix custom Bootstrapper application which will download and install more than two msi in a client machine. Is there any option for me to pause the download process if internet is disconnected. If disconnected the application retries 3 times for re connection, if failed again it

Re: [WiX-users] Options for pausing the download and installation in wix custom BootStrapper

2014-08-25 Thread Rob Mensching
Yes. ___ FireGiant | Dedicated support for the WiX toolset | http://www.firegiant.com/ -Original Message- From: Balaji R [mailto:ji4all...@gmail.com] Sent: Monday, August 25, 2014 5:53 AM To: