Skip to content

System and Config

Etienne edited this page Jun 29, 2026 · 4 revisions

System & Config

Update checks, language, variable & configuration management, tests, and documentation.

Update

CheckForUpdate

macro vba run [ARES]CheckForUpdate

Manually checks GitHub for a newer ARES release; bypasses the mute / ignore-version preferences (which only affect the automatic startup check).

Variable Default Purpose
ARES_Update_Mute False When True, silences the automatic startup update check.
ARES_Update_Ignore_Version (empty) A specific release the automatic check skips.

Language

Forces the ARES interface language. Restart afterwards.

macro vba run [ARES]English
macro vba run [ARES]Français
Variable Default Purpose
ARES_Language (empty) Language read by ARES. When empty, ARES falls back to MicroStation's CONNECTUSER_LANGUAGE.

Variable management

Reset all ARES variables to their default values:

macro vba run [ARES]ResetARESVariables

Remove all ARES variables:

macro vba run [ARES]RemoveARESVariables

Configuration files

Export the current configuration to a file:

macro vba run [ARES]ExportARESConfig

Import a configuration from a file:

macro vba run [ARES]ImportARESConfig

Display a summary of the current configuration:

macro vba run [ARES]ShowARESConfigSummary

Testing

⚠️ Deprecated / unmaintained — these commands are no longer kept up to date and may not reflect the current code.

Run all ARES unit tests:

macro vba run [ARES]RunARESTests

Run the ARES performance tests:

macro vba run [ARES]RunARESPerformanceTests

Documentation

Open this wiki in your default browser, in your ARES language:

macro vba run [ARES]OpenARESWiki

➡️ See Configuration Variables for the full list of every ARES variable.

Clone this wiki locally