Jump to content

Recommended Posts

Posted (edited)

Hi

This is my first topic in this wonderful fourm

this topic has taken alot of time to be learnt it .....

but its so simple

1 : Make a New Folder and Rename it (fonts) .

2 : Put All Fonts in it .

3 : We need a CMD file (installer.cmd) .

4 : put that in:

@echo off
title .:: FONTS INSTALLER ::.
Echo Installing Fonts ....
Echo Please wait ....
copy "*.ttf" "%WINDIR%\Fonts\*.ttf"
exit

5 : RAR all with {Setup=installer.cmd} .

THATs ALL .....

Edited by astro_2010

Posted

You need something more to register/enumerate fonts to be ready to use.

*Maybe* something like:

explore "%WINDIR%\Fonts

close explorer.

GL

Posted (edited)

ALL FONTS will be ready to use once they move into FONTS dir ....

about FONTS type you can replace TTF with any thing you want or you can replace {*.ttf} with names of your wanted fonts ....

Edited by astro_2010
Posted (edited)

Microsoft has a "Font Installer" executable that will copy the fonts and register them (you can find it in Windows Post Install's "Tools" folder)

http://www.mediafire.com/?cct41c4xt2v

Just add the list of them to fontinst.inf like so:

[fonts]
calibri.ttf
calibrib.ttf
calibrii.ttf
calibriz.ttf
scriptbl.ttf
segoepr.ttf
segoeprb.ttf
segoesc.ttf
segoescb.ttf
segoeui.ttf
segoeuib.ttf
segoeuii.ttf
segoeuiz.ttf

Put them in the same dir and make your SFX and have it run FontInstaller.exe...All fonts present in INF will be copied and registered

Edited by ricktendo64

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...