MSFN Forum: Silent install fonts ? - MSFN Forum

Jump to content



Unattended CD/DVD Guide Homepage · MSFN Forum Rules

Welcome to the Applications Installs forum. Make sure you read the forum rules before you start posting.

Links/Requests to warez and/or any illegal material (porn, cracks, serials, etc..) will not be tolerated. Discussion of circumventing WGA/activation/timebombs/keygens or any other illegal activity will also not be tolerated.

We try our best to keep this forum clean of illegal content. If you see any illegal activity use the "report" button you find in every post to report the specific post to the moderators. If you ignore any of the rules you will be banned without notice.

Read Forum Rules
  • 4 Pages +
  • 1
  • 2
  • 3
  • 4
  • You cannot start a new topic
  • You cannot reply to this topic

Silent install fonts ? Rate Topic: -----

#41 User is offline   fmxer 

  • Group: Members
  • Posts: 5
  • Joined: 12-February 05

Posted 19 February 2005 - 01:56 AM

asbsamsf, on Feb 9 2005, 03:26 AM, said:

GTiger, on Feb 9 2005, 01:13 AM, said:

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
)

<{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 :)


#42 User is offline   asbsamsf 

  • Junior
  • Pip
  • Group: Members
  • Posts: 75
  • Joined: 02-December 04

Posted 19 February 2005 - 03:21 AM

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

Quote

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

#43 User is offline   totoymola 

  • Friend of MSFN
  • PipPipPipPipPip
  • Group: Members
  • Posts: 944
  • Joined: 24-September 04

Posted 19 February 2005 - 03:26 AM

Hey asbsamsf! Thank you for introducing this tool to us. :D

#44 User is offline   asbsamsf 

  • Junior
  • Pip
  • Group: Members
  • Posts: 75
  • Joined: 02-December 04

Posted 19 February 2005 - 03:29 AM

totoymola, on Feb 19 2005, 10:26 AM, said:

Hey asbsamsf!  Thank you for introducing this tool to us.  :D
<{POST_SNAPBACK}>


bon appétit! :hello:

#45 User is offline   totoymola 

  • Friend of MSFN
  • PipPipPipPipPip
  • Group: Members
  • Posts: 944
  • Joined: 24-September 04

Posted 19 February 2005 - 05:20 PM

Question:

Which types for fonts are supported by the FontInst.exe?

#46 User is offline   SiMoNsAyS 

  • C'mon you apes! You wanna live forever!?
  • Group: Patrons
  • Posts: 3,455
  • Joined: 17-May 04

Posted 19 February 2005 - 06:29 PM

@totoymola tried *.ttf and *.fon without problems. i suppose all the fonts recognized by windows.

#47 User is offline   totoymola 

  • Friend of MSFN
  • PipPipPipPipPip
  • Group: Members
  • Posts: 944
  • Joined: 24-September 04

Posted 19 February 2005 - 07:45 PM

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

#48 User is offline   bufoncosmico 

  • Newbie
  • Group: Members
  • Posts: 14
  • Joined: 13-January 05

Posted 05 March 2005 - 05:52 PM

sorry, but i still dont get it :no:

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 ?

#49 User is offline   bufoncosmico 

  • Newbie
  • Group: Members
  • Posts: 14
  • Joined: 13-January 05

Posted 14 March 2005 - 11:53 PM

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

thats it, and it work perfectly... :yes:

#50 User is offline   totoymola 

  • Friend of MSFN
  • PipPipPipPipPip
  • Group: Members
  • Posts: 944
  • Joined: 24-September 04

Posted 15 March 2005 - 01:03 AM

Quote

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.

#51 User is offline   lilweirddude 

  • Senior Member
  • PipPipPipPip
  • Group: Members
  • Posts: 573
  • Joined: 24-August 04

Posted 16 March 2005 - 11:09 PM

;The comment below contains SFX script commands

Setup=FontInst.exe
TempMode
Silent=1
Overwrite=1

thats what i use as my comment
is it ok to install fonts from t-12?

#52 User is offline   bufoncosmico 

  • Newbie
  • Group: Members
  • Posts: 14
  • Joined: 13-January 05

Posted 17 March 2005 - 11:23 PM

thanks totoymola, it works :thumbup

#53 User is offline   asbsamsf 

  • Junior
  • Pip
  • Group: Members
  • Posts: 75
  • Joined: 02-December 04

Posted 19 March 2005 - 06:50 AM

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 you

SFXfonts.exe

#54 User is online   Kelsenellenelvian 

  • WPI Guru
  • Group: Developers
  • Posts: 7,756
  • Joined: 18-September 03
  • OS:Windows 7 x64
  • Country: Country Flag

Posted 19 March 2005 - 07:22 AM

Actually in the inf file is named fontinst.inf all you have to do is call fontinst.exe

Make sure your folder has the fonts, fontinst.exe and fontinst.inf

Then all you need to do is call fontinst.exe.

#55 User is offline   spacesurfer 

  • Pharmassist
  • Group: Patrons
  • Posts: 1,668
  • Joined: 31-July 04
  • OS:Windows 7 x86
  • Country: Country Flag

Posted 28 June 2006 - 08:44 PM

where can you get installfont.exe?

#56 User is offline   WebMadman 

  • Junior
  • Pip
  • Group: Banned
  • Posts: 74
  • Joined: 26-June 06

Posted 01 July 2006 - 01:17 AM

You can get "Extract" installfont.exe from IE setup from "FONTCORE.CAB"

[attachment=13170:attachment]
I make make_fontinst_inf.cmd

make_fontinst_inf.cmd=

DIR /b *.* >>fontinst.inf


Put "make_fontinst_inf.cmd" in folder were you store fonts
start and you make "fontinst.inf"

delete in fontinst.inf "make_fontinst_inf.cmd" and
other 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 off

SET PP=%SystemDrive%\Install\

SET KEY=HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\RunOnceEx

REG ADD %KEY% /V TITLE /D ""Installing Programs" /f


REG ADD %KEY%\001 /VE /D "Fonts..." /f
REG ADD %KEY%\001 /V 1 /D "%PP%Fonts\fontinst.exe /F fontinst.inf" /f


EXIT

I recommend to use this method because is being easy to survey
and added more&more new fonts as you wish....

My "$OEM$\$1\install\Fonts\" folder have now 120 fonts and all work nice !!!

:hello:

This post has been edited by mikorist: 01 July 2006 - 02:29 AM


#57 User is offline   spacesurfer 

  • Pharmassist
  • Group: Patrons
  • Posts: 1,668
  • Joined: 31-July 04
  • OS:Windows 7 x86
  • Country: Country Flag

Posted 01 July 2006 - 05:23 AM

@mikorist

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

#58 User is offline   WebMadman 

  • Junior
  • Pip
  • Group: Banned
  • Posts: 74
  • Joined: 26-June 06

Posted 01 July 2006 - 07:45 AM

You noticed it well !

No difference??? I dont no !! :blink:

i rename installfont.exe to fontinst.exe calculated (Orginal name in Microsoft cab is installfont.exe)

View Postasbsamsf, on Feb 9 2005, 10:26 AM, said:

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:

View Postasbsamsf, on Feb 4 2005, 12:57 AM, said:

"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")[/size]

I DONT NO WHO EAT UP 5,5KB IN fontinst.exe (from url up) IN SAME "ProductVersion", "1, 0, 0, 1" :} [/b]

This post has been edited by mikorist: 03 July 2006 - 08:31 PM


#59 User is offline   MICHELLIN 

  • Newbie
  • Group: Members
  • Posts: 36
  • Joined: 27-June 06

Posted 01 July 2006 - 09:01 AM

View PostRedman, on Jan 14 2005, 10:15 AM, said:

How can we silent install fonts ?

thanx

Redman


i tried making sfx self extracting
but stumbled onto smething else...

found an installer..."SETUP2GO"
IMPORTED 2,550 FONTS
ALSO AN .INF FILE

QUOTE
[FONTS]
{LISTING OF ALL FONTS}

i used a program called.PRINT FOLDER PRO
to make a listing of the contents of my fonts folder (2,550) FONTS
and copy/paste it to txt file
called it FONTS.INF

This installer has the advantage of making an unattended intallation
i put an entry in my start.cmd
echo.
echo insallation of fonts
start /wait %systemdrive%\install\applictaions\fonts.exe



i set installation path in installer to
%systemdrive%\windows\Fonts
It even build an uninstall.exe

all fonts are registered after install....!!!!!!!

i'm a newbee and havn't a clue about programming

#60 User is offline   WebMadman 

  • Junior
  • Pip
  • Group: Banned
  • Posts: 74
  • Joined: 26-June 06

Posted 01 July 2006 - 09:35 AM

fonts.exe=installfont.exe=fontinst.exe

This post has been edited by mikorist: 03 July 2006 - 08:37 PM


Share this topic:


  • 4 Pages +
  • 1
  • 2
  • 3
  • 4
  • You cannot start a new topic
  • You cannot reply to this topic

1 User(s) are reading this topic
0 members, 1 guests, 0 anonymous users



All trademarks mentioned on this page are the property of their respective owners
Copyright © 2001 - 2011 msfn.org
Privacy Policy