Install fonts

You have trouble using InstallForge? Then this is the right place for you.
Post Reply
Kabbe
Posts: 1
Joined: Tue May 26, 2015 11:06 am

Hello!

Can I use Installforge to install fonts in an easy way, and if so... How?

Thanks!
/ Daniel
mitch
Posts: 2
Joined: Fri May 29, 2015 2:40 pm

i had the same problem and found a solution described here: http://www.sevenforums.com/general-disc ... cript.html

according to this thread the first step is creating a custom command in installforge with the following settings (see attachment)
type: shell execute
command: XCOPY "<InstallPath>\myFont.ttf" "<Fonts>" /y

the next step is to register the font by adding another command (reg add ....). see the thread for more information.
Post Reply