Jump to content

Silent install fonts ?


Redman

Recommended Posts


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
)

Link to comment
Share on other sites

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

Link to comment
Share on other sites

  • 2 weeks later...
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 :)

Link to comment
Share on other sites

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'?

Link to comment
Share on other sites

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