krisd32 Posted November 7, 2006 Posted November 7, 2006 i'm just wondering if its possible to install a new font through GP or script so word picks it up i.e c:\windows\fonts ? thanks Kris
ChrisH Posted November 7, 2006 Posted November 7, 2006 There was a recent post on this where somebody has written a script to do it. have a quick search and you will find it.
krisd32 Posted November 7, 2006 Author Posted November 7, 2006 thanks Chris i'll have a look now Cheers
k-strider Posted November 8, 2006 Posted November 8, 2006 would i be right in thinking that to install a font you mearly need to copy the .fon or .ttf file into the fonts folder... usually somthing like windows\fonts in which case you could make a MSI using a free msi maker like http://www.advancedinstaller.com/
ChrisH Posted November 9, 2006 Posted November 9, 2006 No I dont think its as simple as that when trying to automate installation. The script made by SYSMAN_MK here icludes adding information to the registry as well.
Quackers Posted November 9, 2006 Posted November 9, 2006 When there was a font i needed i just did a "snap shot" before and after with an MSI Maker (Winstall), i copy and paste the font into the c:\windows\fonts dir. It worked for me.
krisd32 Posted November 9, 2006 Author Posted November 9, 2006 it definately doesn't work copying and pasteing the font into c:\windows\fonts as i tried that using the batch login script previous to asking on here copies it accross ok but then it doesn't register with word. cheers
Geoff Posted November 9, 2006 Posted November 9, 2006 You need to reboot the machine. They'll show up after that.
Guest Posted November 9, 2006 Posted November 9, 2006 The problem with just copying them is that windows does not register them. They need to either be installed as normal via an admin user or copied and then accessed via an admin user to create the reg entries. My script copies the files and creates the reg entries at the machine startup. After a restart non admin users can see the fonts with no need for any admin logons.
Geoff Posted November 9, 2006 Posted November 9, 2006 As I said, windows will register new fonts on boot.
Guest Posted November 9, 2006 Posted November 9, 2006 Not without the reg entries entered manually too. Just copying the file remotely and rebooting will not make the fonts availible
Geoff Posted November 9, 2006 Posted November 9, 2006 Yes it will. WinXP scans it's fonts folder on boot.
Guest Posted November 9, 2006 Posted November 9, 2006 Well try it for yourself Geoff. Remote copy a new font to a PC. Then go and restart that PC, login and start Word. I think you will find the font is not their. Not until you browse to the fonts folder and open the font file.
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now