cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
TimStVCS
Level 7

Detecting Installed Fonts

Hello, I was wondering it it were possible to detect if a certain font, or set of fonts is installed on the target computer? Type of project doesn't matter to me - can be InstallScript or basic MSI. I need to be able to detect if a handful of fonts is on the target computer, and install any that are missing as part of my installer.

Any advice would be appreciated!

Tim
Labels (1)
0 Kudos
(4) Replies
RobertDickau
Flexera Alumni

InstallScript has Is(FONT_AVAILABLE, ...), which should do the trick.
0 Kudos
TimStVCS
Level 7

Thanks Robert!

Tim
0 Kudos
Ron_Schaeffer
Level 6

Alternately, in a BasicMSI installer, you can create a System Search for your font in the [FontsFolder].
0 Kudos
TimStVCS
Level 7

Thanks Ron!
0 Kudos