Structure of the INI File
The various TMC programs store data in two INI files. One INI file contains data from the application. This INI file is always located in the directory where the EXE file is installed.
The other INI file is always stored toghether with the database and has the same name as the database. This INI file contains the configurations and setting that you need to input into the 'Options', a submenu of the 'Tools' - menu in the TMC program.
It is recommended to not manually change this file.
The INI file of the application is delivered with the software. Normally there will be one INI file per country you have licensed. The structure looks as follows:
[GeoLogix]
ProjectName = TMC Country Y If you have more than one country, this is the name shown in the selection when starting TMC studio.
UserProjectRegistryPath = Country Y Personal settings will be stored under this name.
ErrorSendMode = 2 Should the software crash, you can send us an error message.
[About]
Name = Customer X
Serialnumber = N0QwQ-TRw Name and serial number are created by us and your license is registered with this information. Do not manually change this information.
[Database]
BSDatabaseType = FIREBIRD_LOCAL Normally you will work with Firebird local database.
User_Name = sysdba Standard for Firebird, don't change.
Password = masterkey Standard for Firebird, don't change.
Charset = UTF8 Standard for Firebird, don't change.