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

2014-11-25 Thread Phill Hogland
>From IBootstrapperApplication.h // OnCacheAcquireComplete - called after the engine copied or downloaded // a payload to the working folder. // // Return: // IDRETRY instructs the engine to try the copy or download of the payload again. // //

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

2014-11-21 Thread Phill Hogland
I haven't thought about how to retry until a specified time. If you look at the wix source (src\Setup\WixBA\InstallationViewModle in ResolveSource function) you will notice that it maintains a dictionary of download retires and increments the retry associated with the package Id. My mba had simil

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

2014-11-12 Thread Phill Hogland
OK, that makes sense. Did you use Fiddler (or similar) to evaluate why you are getting network failures? Since you are reporting having network problems on both install and uninstall, related to this package, it seems like determining the core cause of those problems is needed. I have several m

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

2014-11-11 Thread Phill Hogland
If this is really your URL "Error 0x80072ee2: Failed to download URL: http://dummy.msi";, don't you need to include a valid 'domain' to a web site? I think this says the file is at the root of the Internet, where ever that is. -- View this message in context: http://windows-installer-xml-wix-

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

2014-11-08 Thread Phil Wilson
Isn't that error just ERROR_INTERNET_TIMEOUT as an hresult? If so then it could well be firewall or configuration related. --- Phil Wilson On Fri, Nov 7, 2014 at 4:22 PM, Phill Hogland wrote: > I sometimes see errors like this when the bundle downloads several packages > successfully

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

2014-11-07 Thread Phill Hogland
I sometimes see errors like this when the bundle downloads several packages successfully and starts installing those packages. Then while downloading a later package, one of the earlier packages encounters an error, and starts a rollback. The download process is aborted resulting in errors like t