If you install a TTF font into the %FontDir% directory, do you need to also issue a Register Font action? I ran my install, which copies 2 font files, if not already there, on a Win 2000 Pro target system. I notice that the install log indicates that the fonts were registered automatically (see snippet below)
C:\WINNT\Fonts\LSANSUNI.TTF (Installed)
C:\WINNT\Fonts\FRABK.TTF (Skipped)
[Installing External]
[Register Fonts]
Lucida Sans Unicode (TrueType), C:\WINNT\Fonts\LSANSUNI.TTF
Franklin Gothic Book (TrueType), C:\WINNT\Fonts\FRABK.TTF
At the end of the install, I performed a Register Font action for each font - one succeeded, one failed
START: Perform action: Register Font
Filename = C:\WINNT\Fonts\FRABK.TTF
Fontname = Franklin Gothic Book
(On Error) User notification mode = Simple
(On Error) Action = Continue
Result = 0
END: Perform action: Register Font
START: Perform action: Register Font
Filename = C:\WINNT\Fonts\LSANUNI.TTF
Fontname = Lucida Sans Unicode
(On Error) User notification mode = Simple
(On Error) Action = Continue
Result = 1
END: Perform action: Register Font
Questions are: Do I need to register the fonts? Do I need to do it only on certain OS's? Why did the seconf Register Font fail?
All help appreciated.
C:\WINNT\Fonts\LSANSUNI.TTF (Installed)
C:\WINNT\Fonts\FRABK.TTF (Skipped)
[Installing External]
[Register Fonts]
Lucida Sans Unicode (TrueType), C:\WINNT\Fonts\LSANSUNI.TTF
Franklin Gothic Book (TrueType), C:\WINNT\Fonts\FRABK.TTF
At the end of the install, I performed a Register Font action for each font - one succeeded, one failed
START: Perform action: Register Font
Filename = C:\WINNT\Fonts\FRABK.TTF
Fontname = Franklin Gothic Book
(On Error) User notification mode = Simple
(On Error) Action = Continue
Result = 0
END: Perform action: Register Font
START: Perform action: Register Font
Filename = C:\WINNT\Fonts\LSANUNI.TTF
Fontname = Lucida Sans Unicode
(On Error) User notification mode = Simple
(On Error) Action = Continue
Result = 1
END: Perform action: Register Font
Questions are: Do I need to register the fonts? Do I need to do it only on certain OS's? Why did the seconf Register Font fail?
All help appreciated.
Comment