Skip to content
⌘ NSIS Forum Archive

NOOB: font installation?

3 posts

supergrey#

NOOB: font installation?

I try to make a very simple installer, the only thing I need know is to install a font to the windows font directory, but I don't find a simple example like " copy $setupfiles/font.ttf $windirfont "
Could someone help me please?
Thanks
Comperio#
You have to register new fonts. Windows does this automatically when you copy fonts to the font folder from within Windows explorer, but if you want to use NSIS to install a font, you'll have to register it yourself.

This wiki page should get you started. More examples in the forum.