Re: [WiX-users] Package download failed in Web Installer

2014-12-13 Thread Phill Hogland
I do not have experience in this area. You might want to start a new thread. Scanning the source code (I have 3.9.702 handy, so you might want to check a more recent download), Result.Suspend (or IDSUSPEND) is only handled by OnExecutePackageComplete ( see IBootstrapperApplication.h).

Re: [WiX-users] Package download failed in Web Installer

2014-12-12 Thread Saravanan
Thanks Phill, Retry is working fine. I need some clarifications in Result.Suspend. 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.

Re: [WiX-users] Package download failed in Web Installer

2014-11-25 Thread Saravanan
Hi, How to re-initiate the download for a package? If the package download failed due to internet issue, control flow goes to CacheAcquireComplete, CachePackageComplete and then CacheComplete. I have set e.Result = Result.Download in CacheAcquireComplete and CachePackageComplete events. But it

Re: [WiX-users] Package download failed in Web Installer

2014-11-21 Thread Saravanan
Hi All, I am facing ERROR_INTERNET_TIMEOUT while downloading the packages. It get failed in middle of download due to slow internet speed. Burn downloads the packages in CacheAcquireProcess event. If it is failed due to timed out then goes to CacheAcquireComplete in next 30 secs (approx). But

Re: [WiX-users] Package download failed in Web Installer

2014-11-12 Thread Mohamed Yasir
Hi, I have modifed the URL while posting due to security resons. Also i have been given valid URL in bundle file. http:\\{Domain}\{Folder}\samplefile.msi. Regards, Mohamed Yasir K -- View this message in context:

Re: [WiX-users] Package download failed in Web Installer

2014-11-11 Thread Phil Wilson
I honestly don't think this is a WiX issue. It's just reporting that the download failed because of ERROR_INTERNET_TIMEOUT. It's like looking for an Internet Explorer solution when a web site isn't working. It could be anything in the network configuration from the machine through proxies,

Re: [WiX-users] Package download failed in Web Installer

2014-11-10 Thread Mohamed Yasir
Hi, Both machines are connected under same server, nothing is restricted in Windows Firewall and proxy server. Also, both Machines are having same configurations (Windows OS 8.1, 64 bit). In Download failed machine, second MSI packge only got fail, first MSI Package downloaded and installed

Re: [WiX-users] Package download failed in Web Installer

2014-11-10 Thread Mohamed Yasir
Hi, Could you please update any idea to solve this type of issue? Thanks in advance. Regards, Mohamed Yasir K -- View this message in context: http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/Package-download-failed-in-Web-Installer-tp7597807p7597846.html Sent from the

[WiX-users] Package download failed in Web Installer

2014-11-07 Thread Mohamed Yasir
Hi, I have created two msi file (SampleSetup1 SampleSetup2) using wix toolset3.8. In Installation,SampleSetup1 download successfully,but While downloading a SampleSetup2,it shown below error. (Note:Two msi were download successfully in another machine.) Error 0x80072ee2: Failed while reading

Re: [WiX-users] Package download failed in Web Installer

2014-11-07 Thread Jeremiahf
What's the difference between the two machines? Firewall? Different network configuration/subnet? On Fri, Nov 7, 2014 at 7:15 AM, Mohamed Yasir yasirmohame...@gmail.com wrote: Hi, I have created two msi file (SampleSetup1 SampleSetup2) using wix toolset3.8. In Installation,SampleSetup1