Using the font.ini file

Another way to specify the InstallShield display font is to create a font.ini file in the installer image root directory. The font.ini file specifies the font name and the font location. For example:

#Set to Kochi Mincho font
font=Kochi Mincho
path=C:\Sybase\share\fonts\ja\TrueType

The example uses the Japanese font Kochi Mincho and requires that your regional options are set to a Japanese locale. To set regional options, go to the Control Panel, choose Regional and Language Options, and select the Regional Options tab. If the font or the font path specified in the font.ini file is incorrect, the InstallShield terminates with this message:

Error: Unable to find fontname font.
Make sure font name and path are correct in font.ini
file.