|
|
|
| auAutoUpgrader
|
| type
|
| TauAutoUpgraderUpgradeMethod = (umAutoUpgrade, umRedirectToURL);
|
| The TauUpgradeMethod structure contains values that can assign UpgradeMethod property of the InfoFile structure of the auAutoUpgrader 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.
|