VS 2008 SP1
I am creating a updater that my application will, when started will fetch updated files from a web server.
I am wonder how I can get the total size of the files to download?
I need this information as I am using a progress bar to monitor the amount that is currently downloading, and need to set the total as the max value of the progress bar.
Many thanks for any advice,
How does your updater work out which files to download? So long as you can get a list of files to download and their sizes before you start downloading anything, you’ve just got to sum the sizes…
The only problem I could see is if you download some files and then (after updating) find you need to download more.