|
|
|
| acAutoUpgrader
|
| type
|
| TacAutoUpgraderUpgradeMethod = (umAutoUpgrade, umRedirectToURL);
|
| The TacUpgradeMethod structure contains values that can assign UpgradeMethod property of the InfoFile structure of the acAutoUpgrader component.
|
|
|
| There is two possible values:
|
| Value | Meaning
|
| umAutoUpgrade | component should download and replace all newer files;
|
| umRedirectToURL | redirect users to first URL specified in Files property.
|
| InfoFile structure.
|