Table of Contents

TMS FNC App Update

TTMSFNCAppUpdate checks for and downloads application updates from a remote control file. It supports elevation for installing updates that require administrative privileges, custom version comparison logic, and progress reporting during file downloads.

Documentation

Start here Use when
Get started You want an automatic update check wired up in a few steps.
Guides You want task-oriented chapters: control file format, download progress, elevation, and custom version comparison.
API reference You want class, property, method, and event details.
Release notes You want what changed in recent versions.

Key classes

Class Description
TTMSFNCAppUpdate Checks for and applies application updates from a remote control file.
TTMSFNCCustomAppUpdate Base class providing the core update logic.
TTMSFNCAppUpdateFile Describes a single file entry in the update payload.
TTMSFNCAppUpdateFileList Collection of TTMSFNCAppUpdateFile items.
TTMSFNCAppUpdateAppInfo Holds remote application version and update metadata read from the control file.
TTMSFNCAppUpdateLogging Controls update log output for diagnostics.