Skip to content
⌘ NSIS Forum Archive

How to install a Windows font (TTF)

3 posts

Education#

How to install a Windows font (TTF)

Hello Everyone,

Please, help me. The code bellow is correct when I need to install a Windows TTF font ? I need to write more code after this ?

SetOutPath "C:\WINDOWS\FONTS"
IfFileExists "C:\WINDOWS\FONTS\lcb.TTF" NoInstallFont
File "C:\Software\lcb.TTF"
NoInstallFont:

[],s

Luiz Carlos
Joost Verburg#
You can find a plugin in the archive:



Hard-coding paths is also not a good idea.