[quoted text, click to view] "Bill Sabey" <mrbillzydeco@nomail.com> wrote in message news:<OURQmmL1DHA.2700@TK2MSFTNGP11.phx.gbl>...
> Has anyone had a chance to do partial updates yet? Mind sharing what you
> did? This is very desirable.
I'd like to follow this thread. We'll need to do exactly the same
thing on our project.
I've prototyped the use of the updater in our application, but so far
I've just been using the "download everything" approach. I haven't
gotten around to coding the "download just the changes" approach, but
I have an idea on how to do this. I was thinking that after the
manifest is downloaded, and an updated version is detected, the first
thing to do is copy the entire "current" directory to the new "temp"
directory. Then the downloader would look at the manifest file and
download the changes in the "temp" directory, which is exactly how the
updater works out of the box. From here on out, the updater works
just as it does today. The only extra step that needs to be
designed is copying the contents of the current directory into the
temp directory.
Does this design make sense? Is it the best alternative?
Any other ideas?