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 similar
code so I modified this approach to use the PayloadId and added code to
increment the retry count in CacheAcquireComplete, CacheVerifyComplete, and
CachePackageComplete (as indicated in the prior post).  Look at
IBootstrapperApplication.h and EventArgs.cs in the wix source for more info
on how to do this.



--
View this message in context: 
http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/Package-download-failed-in-Web-Installer-tp7597807p7598168.html
Sent from the wix-users mailing list archive at Nabble.com.

------------------------------------------------------------------------------
Download BIRT iHub F-Type - The Free Enterprise-Grade BIRT Server
from Actuate! Instantly Supercharge Your Business Reports and Dashboards
with Interactivity, Sharing, Native Excel Exports, App Integration & more
Get technology previously reserved for billion-dollar corporations, FREE
http://pubads.g.doubleclick.net/gampad/clk?id=157005751&iu=/4140/ostg.clktrk
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to