autoupgrader TauUpgradeMethod type
Return to Introduction 
Unit
auAutoUpgrader  

Declaration
type  
  TauAutoUpgraderUpgradeMethod = (umAutoUpgrade, umRedirectToURL);  

Description
The TauUpgradeMethod structure contains values that can assign UpgradeMethod property of the InfoFile structure of the auAutoUpgrader component.  
 
There is two possible values:  
ValueMeaning  
umAutoUpgradecomponent should download and replace all newer files;  
umRedirectToURLredirect users to first URL specified in Files property.  

See also
InfoFile structure.  
File not found.