February 4, 200521 yr I am sorry but I must be missin something I can't get the font install program to work right and I am just tryin to install 1 font with it.
February 4, 200521 yr That is what I was doing wrong I still had my sfx file installing the fonts. I works awesomely thank you very much!!!!!P.S. I was up half the night with this very problem.Thank you.
February 4, 200521 yr An example fontinst.zip (54,2 KB)P.S. you can call just fontinst.exe if you name your inf file "fontinst.inf" otherwise you have to call "fontinst.exe /f whatever.inf"
February 9, 200521 yr Isn't it necessary to add a line to delete the Fontinst.exe and Fontinst.ini after they do the job?Thanks!
February 9, 200521 yr 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 wayfor /R %%i in ( *.ttf ) do ( echo Installing font %%~ni.ttf copy /Y "%%~fi" "%windir%\Fonts" > nul "installfont.exe" "%windir%\Fonts\%%~ni.ttf" > nul)
February 10, 200521 yr 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 wayfor /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!
February 19, 200521 yr 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 wayfor /R %%i in ( *.ttf ) do ( echo Installing font %%~ni.ttf copy /Y "%%~fi" "%windir%\Fonts" > nul "installfont.exe" "%windir%\Fonts\%%~ni.ttf" > nul)<{POST_SNAPBACK}>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
February 19, 200521 yr 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 READP.S.i've found a tool "installfont.exe" in wpi package, usage:REM Font installation - the easy wayfor /R %%i in ( *.ttf ) do (echo Installing font %%~ni.ttfcopy /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 methodYou 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'?
February 19, 200521 yr Hey asbsamsf! Thank you for introducing this tool to us. <{POST_SNAPBACK}>bon appétit!
Create an account or sign in to comment