Jump to content

Recommended Posts


Posted
Isn't it necessary to add a line to delete the Fontinst.exe and Fontinst.ini after they do the job?

Thanks!

u can use IExpress Packager or winrar sfx , install Fontinst.exe, and it'll be done; install, delete , ....

P.S.

i've found a tool "installfont.exe" in wpi package, usage:

REM Font installation - the easy way
for /R %%i in ( *.ttf ) do (
echo Installing font %%~ni.ttf
copy /Y "%%~fi" "%windir%\Fonts" > nul
"installfont.exe" "%windir%\Fonts\%%~ni.ttf" > nul
)

Posted
u can use  IExpress Packager or winrar sfx , install Fontinst.exe, and it'll be done; install, delete , .... 

P.S.

i've found a tool "installfont.exe" in wpi package, usage:

REM Font installation - the easy way
for /R %%i in ( *.ttf ) do (
echo Installing font %%~ni.ttf
copy /Y "%%~fi" "%windir%\Fonts" > nul
"installfont.exe" "%windir%\Fonts\%%~ni.ttf" > nul
)

Thanks, man! But now I'm not sure about what method I'll use to install my 2.378 extra fonts! I think I'll try work only with command lines, following your good tips!

:thumbup

  • 2 weeks later...
Posted
Isn't it necessary to add a line to delete the Fontinst.exe and Fontinst.ini after they do the job?

Thanks!

u can use IExpress Packager or winrar sfx , install Fontinst.exe, and it'll be done; install, delete , ....

P.S.

i've found a tool "installfont.exe" in wpi package, usage:

REM Font installation - the easy way
for /R %%i in ( *.ttf ) do (
echo Installing font %%~ni.ttf
copy /Y "%%~fi" "%windir%\Fonts" > nul
"installfont.exe" "%windir%\Fonts\%%~ni.ttf" > nul
)

Can you please explain this alittle further?

You got a file called 'installfont.exe', you put that in a folder with a file called 'fonts.inf' and all your fonts, then you paste that code in the inf file?

thanks :)

Posted

please READ this post if you like this method, then use it.. , if not, forget every thing about 'Fontinst.exe' and 'fonts.inf' and with clear maind READ

P.S.

i've found a tool "installfont.exe" in wpi package, usage:

REM Font installation - the easy way
for /R %%i in ( *.ttf ) do (
echo Installing font %%~ni.ttf
copy /Y "%%~fi" "%windir%\Fonts" > nul
"installfont.exe" "%windir%\Fonts\%%~ni.ttf" > nul
)

this code is "command lines" to be meant for Batch Files ".bat; .cmd"

to use 2nd method

You get a file called 'installfont.exe', you put that in a folder with a 'Batch File' and all your fonts, then you run the 'Batch File'?

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...