Changes
Fonts
,no edit summary
A very simple Method to install Fonts is to create a minimalistic Setup-Package with INNO-Setup, where you can add all the Font's you want to install. The silent Setup installs and registers the Fontfiles during Installation
Or you can you a registry file like this
<pre>
Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Fonts]
"<font name>"="<font file name>"
</pre>
Substitute <font name> with for example "Arial (True Type)", and <font file name> with for example "arial.ttf".
[[category:Silent Installers]]