OnInstalledFontFile

InstallShield 2016 » InstallScript Language Reference

Project • This information applies to InstallScript projects.

The OnInstalledFontFile event handler function is called after a file is installed that is listed in the media as a font file.

Syntax

OnInstalledFontFile ( pFontFileInfo );

Parameters

OnInstalledFontFile Parameters

Parameter

Description

pFontFileInfo

Pointer to a _FONTFILEINFO structure that gives information about the font file that is being installed.

Return Values

None.