The Invantive products store configuration and runtime information in a folder hierarchy. This hierarchy is located within the Invantive folder of the user profile. It can be opened in Windows Explorer by entering `%USERPROFILE%\Invantive` in the location bar. The location of the folder hierarchy can be changed using environment variables. A number of subfolders can be relocated too: - `INVANTIVE_CONFIGURATION_USER_PROFILE_FOLDER`: the master folder. Defaults to the user profile directory. - `INVANTIVE_CONFIGURATION_FOLDER`: the configuration master folder. Defaults to the master folder plus "Invantive". - `INVANTIVE_CONFIGURATION_BACKUP_FOLDER`: the folder with backups of settings files. Defaults to the configuration master folder plus "Backup". - `INVANTIVE_CONFIGURATION_CACHE_FOLDER`: the folder with disk cache files. Defaults to the configuration master folder plus "Cache". - `INVANTIVE_CONFIGURATION_HTTP_CACHE_FOLDER`: the folder with HTTP disk cache files. Defaults to the root cache folder plus "http" and the OS-user and front-end user. - `INVANTIVE_CONFIGURATION_PERMANENT_CACHE_FOLDER`: the folder with permanent disk cache files such as backups of Swagger specification files. Defaults to the root cache folder plus "permanent" and the OS-user and front-end user. - `INVANTIVE_CONFIGURATION_INCREMENTAL_DATA_FOLDER`: the folder with permanent incremental data files such as Exact Online sync APIs. Defaults to the root cache folder plus "incdata" and the OS-user and front-end user. - `INVANTIVE_CONFIGURATION_DATA_CACHE_CACHE_FOLDER`: the folder with Data Cache disk cache files. Defaults to the root cache folder plus "datacache". Disk cache files improve performance of HTTP downloads, but when necessary can be purged. - `INVANTIVE_CONFIGURATION_LOG_FOLDER`: the folder with log files. Defaults to the configuration master folder plus "Log". - `INVANTIVE_CONFIGURATION_DATABASES_FOLDER`: the folder with databases files. Defaults to the configuration master folder. - `INVANTIVE_CONFIGURATION_PLUGINS_FOLDER`: the folder with plugin files. Defaults to the configuration master folder plus "Plugins". - `INVANTIVE_CONFIGURATION_PROVIDERS_FOLDER`: the folder with provider files. Defaults to the configuration master folder plus "Providers". - `INVANTIVE_CONFIGURATION_RSA_FOLDER`: the folder with RSA configuration files. Defaults to the configuration master folder plus "RSA". - `INVANTIVE_CONFIGURATION_TEMPLATES_FOLDER`: the folder with template files. Defaults to the configuration master folder plus "Templates". - `INVANTIVE_CONFIGURATION_TRACE_FOLDER`: the folder with trace files. Defaults to the configuration master folder plus "Trace". The values may contain any combination of the following placeholders which will be expanded (except for `INVANTIVE_CONFIGURATION_USER_PROFILE_FOLDER`): - iiid: Invantive Installation ID. - sessionid: Invantiv session ID. - frontenduser: name of front-end user (when available). - osuser: name of operating system user. A folder can be configured for custom translations which overrule all default translations using the environment variable `INVANTIVE_I18N_FOLDER`.