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
NOOB: font installation?
3 posts
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.
This wiki page should get you started. More examples in the forum.
thanks