Changes

Fonts

310 bytes added, 11:19, 27 March 2009
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]]
Anonymous user