Jump to content

Fonts


Recommended Posts


Can you just copy them to the fonts folder?

You can do, but they need registering as well or windows won't see them.

One solution is Fontinst.exe

http://www.msfn.org/board/index.php?showto...20entry265420

I personally copy them over - like you - then open the c:\windows\fonts folder with a simple cmd and then taskkill it. This works too.

Edited by DLF
Link to comment
Share on other sites

What I do is quite simple...

If all the fonts I will be reloading are already installed on a machine, I compress them all in to a WinRAR SFX and run it from either [GUIRunOnce] (if you do this make sure it is compressed with the DOS.SFX and not the default one) or when my UA programs (Office, Nero, etc.) starts.

You will also need to navigate to this key

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Fonts]

and make a .reg file of its contents (of course do this before you redo your machine) and then just import the reg with commands.txt and/or during the cleanup.cmd after everythign else has installed..

the only downside to this, is if you add fonts regularly you must update the sfx package as well as the reg file you will be using...

The reason I make an SFX is that it takes less room and less time to copy over

Edited by bacd
Link to comment
Share on other sites

You will also need to navigate to this key

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Fonts]

For Type1-fonts it's [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Type 1 Installer\Type 1 Fonts] .

I had these problems lately :hello: .

as-sassin

Link to comment
Share on other sites

geezus simplest answer copy them over "XPCD\$OEM$\$$\Fonts"

then just open the Fonts folder afterwards with a reg.

Print #ff, "REM REGISTER FONTS"

Print #ff, "REG ADD HKCU\Software\Microsoft\Windows\CurrentVersion\Runonce /V RegisterFonts /D " & Chr(34) & "%SystemRoot%\explorer.exe /e,/root,%systemroot%\Fonts" & Chr(34)

I do that in Cleanup.cmd

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