February 20, 200521 yr @totoymola tried *.ttf and *.fon without problems. i suppose all the fonts recognized by windows.
February 20, 200521 yr Hmm... I think not all. Because I tried installing pfm fonts, and it didn't work. Or maybe there's something wrong with my inf.
March 5, 200521 yr sorry, but i still dont get it using the fontinst.exe method; i need to put in a sfx all the fonts, fontinst.inf, and fontinst.exe, make the sfx extract everything to the fonts folder in windows and then call the command to register the fonts?if so:what should be the comment in the sfx?i run it in the runonce.cmd, or in the cmdlines.txt ?
March 15, 200521 yr ok, i finally got it to work...i dunno if its the right or the easyest way, but this work for me:made 2 sfx, one to copy my fotns to the fonts directory, and another sfx with the fonts, fontsinst.exe, and fontsinst.inf to decompress to a temporary folder, and then run fontinst.exe /f fontinst.inf. All that in my RunOnceEx.cmdthats it, and it work perfectly...
March 15, 200521 yr made 2 sfx, one to copy my fotns to the fonts directory, and another sfx with the fonts, fontsinst.exe, and fontsinst.inf to decompress to a temporary folder, and then run fontinst.exe /f fontinst.inf.You dont need your first sfx. Your second one is enough.
March 17, 200521 yr ;The comment below contains SFX script commandsSetup=FontInst.exeTempModeSilent=1Overwrite=1thats what i use as my commentis it ok to install fonts from t-12?
March 19, 200521 yr Create SFX fonts archive Utilities- use at your own risk, i'm not a programmer .- download the SFXfonts.exe, place it anywhere, and make sure you have all fonts in the same folder.- move Fonts.exe to any dir on your UAXPCD.- you can call Fonts.exe from RunOnceEx.cmd or from Cmdlines.txt it's up to youSFXfonts.exe
March 19, 200521 yr Actually in the inf file is named fontinst.inf all you have to do is call fontinst.exeMake sure your folder has the fonts, fontinst.exe and fontinst.infThen all you need to do is call fontinst.exe.
July 1, 200620 yr You can get "Extract" installfont.exe from IE setup from "FONTCORE.CAB"I make make_fontinst_inf.cmdmake_fontinst_inf.cmd=DIR /b *.* >>fontinst.infPut "make_fontinst_inf.cmd" in folder were you store fontsstart and you make "fontinst.inf"delete in fontinst.inf "make_fontinst_inf.cmd" andother files witch not fonts and put in first line: [fonts]I put all my fonts installfont.exe & fontinst.inf in$OEM$\$1\install\Fonts\and install:@echo offSET PP=%SystemDrive%\Install\SET KEY=HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\RunOnceExREG ADD %KEY% /V TITLE /D ""Installing Programs" /fREG ADD %KEY%\001 /VE /D "Fonts..." /fREG ADD %KEY%\001 /V 1 /D "%PP%Fonts\fontinst.exe /F fontinst.inf" /fEXITI recommend to use this method because is being easy to surveyand added more&more new fonts as you wish.... My "$OEM$\$1\install\Fonts\" folder have now 120 fonts and all work nice !!! Edited July 1, 200620 yr by mikorist
July 1, 200620 yr @mikoristSo why do you need installfont.exe when you are using fontinst.exe in your script?what is the difference? what is the usage for installfont.exe?
July 1, 200620 yr You noticed it well ! No difference??? I dont no !! i rename installfont.exe to fontinst.exe calculated (Orginal name in Microsoft cab is installfont.exe)P.S.i've found a tool "installfont.exe" in wpi package, usage:installfont.exe should be=fontinst.exe ???See in ResHack for example :installfont.exe from IE6.0 SETUP from "FONTCORE.CAB" VALUE "CompanyName", "Microsoft" VALUE "FileDescription", "fontinst" VALUE "FileVersion", "1, 0, 0, 1" VALUE "InternalName", "fontinst" VALUE "LegalCopyright", "Copyright © 1997, 1998 Microsoft Corp. " VALUE "OriginalFilename", "fontinst.exe" VALUE "ProductName", "Microsoft fontinst" VALUE "ProductVersion", "1, 0, 0, 1"And i see in this post:"fontinst.exe" is a small application from microsoft; Copy the font into the %windir%\fonts folder and then, register the fonts. The font is available even before the reboot. also send a message to all top-level windows in the system. This message notifies other applications that the font table has been added a font. VALUE "FileDescription", "fontinst" VALUE "FileVersion", "1, 0, 0, 1" VALUE "InternalName", "fontinst" VALUE "LegalCopyright", "Copyright © 1997, 1998 Microsoft Corp. " VALUE "OriginalFilename", "fontinst.exe" VALUE "ProductName", "Microsoft fontinst" VALUE "ProductVersion", "1, 0, 0, 1"but difference from orginal in "FONTCORE.CAB"is in size :39,0kb=fontinst.exe (from url up)44,5kb=installfont.exe (from "FONTCORE.CAB")I DONT NO WHO EAT UP 5,5KB IN fontinst.exe (from url up) IN SAME "ProductVersion", "1, 0, 0, 1" Edited July 4, 200620 yr by mikorist
July 1, 200620 yr How can we silent install fonts ?thanxRedmani tried making sfx self extracting but stumbled onto smething else...found an installer..."SETUP2GO"IMPORTED 2,550 FONTSALSO AN .INF FILEQUOTE[fontS]{LISTING OF ALL FONTS}i used a program called.PRINT FOLDER PROto make a listing of the contents of my fonts folder (2,550) FONTSand copy/paste it to txt filecalled it FONTS.INFThis installer has the advantage of making an unattended intallationi put an entry in my start.cmdecho.echo insallation of fontsstart /wait %systemdrive%\install\applictaions\fonts.exei set installation path in installer to %systemdrive%\windows\FontsIt even build an uninstall.exeall fonts are registered after install....!!!!!!!i'm a newbee and havn't a clue about programming
Create an account or sign in to comment