![]() Info-file example |
![]() ![]() ![]() |
acAutoUpgrader component as subproperty of InfoFile structure.
|
property Files: TStringList;
|
The Files property is the list of URLs (one URL per line) which points to files which should be downloaded on application upgrade.
|
|
All these files will be downloaded to replace with previous on application update (if UpgradeMethod is umAutoUpgrade). In case if you want to redirect user to some URL without upgrading (UpgradeMethod = umRedirectToURL), AutoUpgrader will redirect user to first listed URL.
|
UpgradeMethod and UpgradeMsg properties;
|
Info-file example.
|