cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
Per-Eric
Level 2

Fonts and InstallScript

Jump to solution

I'm using InstallScript in my installation and I'm installing som fonts to FOLDER_FONTS.

How can check if the fonts are already installed to prevent being prompted to restart the computer.

Regards Per-Eric

Labels (1)
0 Kudos
(1) Solution
banna_k
Revenera
Revenera

Hi @Per-Eric ,

 

See whether you can use the "Is ( FONT_AVAILABLE, szIsData );" function as mentioned in the below link:

https://helpnet.flexerasoftware.com/installshield24helplib/Subsystems/LangRef/helplibrary/LangrefIs.htm

View solution in original post

0 Kudos
(1) Reply
banna_k
Revenera
Revenera

Hi @Per-Eric ,

 

See whether you can use the "Is ( FONT_AVAILABLE, szIsData );" function as mentioned in the below link:

https://helpnet.flexerasoftware.com/installshield24helplib/Subsystems/LangRef/helplibrary/LangrefIs.htm

0 Kudos