Archive: Advanced Font Installation


Advanced Font Installation
Under Advanced Font Installation, where in the first script is the actual font name of the file placed.

Also, when the macro is run the MakeNSISW compiler gives the following warning -

1 warning:
install function "GetFileName" not referenced - zeroing code (264-286) out

Where should the function be referenced?


That script uses a plug-in to get the font name on its own. You don't need to specify that manually anywhere.

As for GetFileName, it's used by InstallTTF and InstallFON. Aren't you using any of those?