INI File

In CVP.ini file are stored two type of information:
Language mutation list
Compression and decompresion componets list

List of language mutation

In [LANGUAGE] section is stored list of language mutation. Count key determine momentally used number of mutations. Every language mutation have a key Languagen, where n is a index, for instance: Language1. This key value identify a section name, in which is stored other information about language mutation necessary for its using.
Count=3
Language1=CZECH
Language2=ENGLISH
Language3=SLOVAK
For instance: section [CZECH] contain an information about Czech language mutation. Following keys contained:
Collate = CZECH
This key determine language sorting for find operation.
Caption = Czech
This key determine base description, when localised library cannot be find.
Library = lang\Czech\cvp.app
This key determine name and location of localised library.
Help = lang\Czech\cvp.hlp
This key determine name and location of localised help.

List of compression and decompresion componets

In [PACKUTILS] section is stored list of compression and decompresion componets. Count key determine momentally used number of components. Every component have a key PackUtilsn where n is an index, for instance: PackUtils1. Key value consists of four part, divided by comma: se skládá ze čtyř částí oddělených čárkou: Packutils1 = BIX,bix.exe,bix.exe,bix.fxp
Notice:
All of these files can be defined via relative path or by environment variable (%WINDIR%, %PATH%). If CVP cannot find this files on defined path, search them on the standard system path.