Does anyone know how to automatically install a Font? On the Forum it mentions ExecuteFile> but that opens the Font it does not install it. If you copy it to the Windows Folder it is there but not installed.
I'm sure it is just a command line I just don't know what it is.
install Font
Moderators: JRL, Dorian (MJT support)
-
- Automation Wizard
- Posts: 1101
- Joined: Fri Jan 07, 2005 5:55 pm
- Location: Somewhere else on the planet
Does this help? http://windowsitpro.com/article/article ... -file.html (click to bypass the ad.)
install Font
Looks like it will I will give it a go.
Thanks
Thanks
Install Font in MS
Here it is in MS
CopyFile>C:\temp\gotthard.ttf,%WIN_DIR%\Fonts
RegistryWriteKey>HKEY_LOCAL_MACHINE,SOFTWARE,Microsoft,Windows NT,CurrentVersion,Fonts,Gotthard (TrueType),gotthard.ttf
You just need to specify the font name, and the file name
Thanks Again
CopyFile>C:\temp\gotthard.ttf,%WIN_DIR%\Fonts
RegistryWriteKey>HKEY_LOCAL_MACHINE,SOFTWARE,Microsoft,Windows NT,CurrentVersion,Fonts,Gotthard (TrueType),gotthard.ttf
You just need to specify the font name, and the file name
Thanks Again