autoupgrader Files property
Info-file example
Return to Introduction  Previous page  Next page
Applies to
auAutoUpgrader component as subproperty of InfoFile structure.  

Declaration
property Files: TStringList;  

Description
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.  

See also
UpgradeMethod and UpgradeMsg properties;  
Info-file example.  
File not found.