|
|
|
| acAutoUpgrader and acHTTP components.
|
| property UseCache: Boolean; // True by default
|
| The UseCache property specifies whether the AutoUpgrader can use the Internet Explorer cache when it downloading the files required to update application.
|
|
|
| Set UseCache property to False if you wish to re-download the file (or part of the file), even if it already exists in the cache, or leave it True if you would like to use cache which will save you the bandwidth and will help to restore broken downloads.
|
|
|
| Using the cache is recommended! It will save you a lots of bandwidth if connection unexpectedly lost on user PC, or user break the downloading on half way, to upgrade the application a moment later.
|
| CheckUpdate and Abort methods.
|