astro_2010 Posted April 28, 2008 Posted April 28, 2008 (edited) HiThis is my first topic in this wonderful fourmthis topic has taken alot of time to be learnt it .....but its so simple1 : 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 offtitle .:: FONTS INSTALLER ::.Echo Installing Fonts ....Echo Please wait ....copy "*.ttf" "%WINDIR%\Fonts\*.ttf"exit5 : RAR all with {Setup=installer.cmd} .THATs ALL ..... Edited April 28, 2008 by astro_2010
GrofLuigi Posted April 28, 2008 Posted April 28, 2008 You need something more to register/enumerate fonts to be ready to use.*Maybe* something like:explore "%WINDIR%\Fontsclose explorer.GL
namahs Posted April 30, 2008 Posted April 30, 2008 This will work good unless you are trying to install a Type 1 font that is not in tff format.
astro_2010 Posted May 4, 2008 Author Posted May 4, 2008 (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 May 4, 2008 by astro_2010
ricktendo Posted May 4, 2008 Posted May 4, 2008 (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/?cct41c4xt2vJust add the list of them to fontinst.inf like so:[fonts]calibri.ttfcalibrib.ttfcalibrii.ttfcalibriz.ttfscriptbl.ttfsegoepr.ttfsegoeprb.ttfsegoesc.ttfsegoescb.ttfsegoeui.ttfsegoeuib.ttfsegoeuii.ttfsegoeuiz.ttfPut 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 May 4, 2008 by ricktendo64
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now