CONFIG_INI_FILE

CONFIG_INI_FILE specifies which storage to use for settings: Windows Registry or local INI file.

if CONFIG_INI_FILE is defined (not commented) then softphone will store own settings inside INI file instead of Windows Registry.

PRODUCT_INI_FILE should have the name of INI file. It should have the same file name as PRODUCT_EXE_FILE but with extension 'ini'.

 

Example A:

!define CONFIG_INI_FILE 
!define PRODUCT_EXE_FILE  "MiaPhone.exe" 
!define PRODUCT_INI_FILE  "MiaPhone.ini"

 

Example B:

!define CONFIG_INI_FILE 
!define PRODUCT_EXE_FILE  "OtherPhone.exe" 
!define PRODUCT_INI_FILE  "OtherPhone.ini"

 

 

Comments (0)