|
Sub-properties Info-file example |
|
| acAutoUpgrader component.
|
| type
|
| TacAutoUpgraderInfo = class
|
| published
|
| property Files: TStrings;
|
| property UpgradeMethod: TacUpgradeMethod;
|
| property UpgradeMsg: String;
|
| end;
|
|
|
| property InfoFile: TacAutoUpgraderInfo;
|
| The InfoFile structure is the set of properties which contains some information about application update. AutoUpgrader does not use these properties at run-time. They only need to create, keep and export the Info-files with special design-time editor (see screenshot).
|
|
|