LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

How to include a font in the installer?

Solved!
Go to solution

Hi all!

 

My program uses a custom font (namely popular NI7seg font) that I would like to include in my installation distribution.

I am using LabView 8.5 and I have tried force the installer (normally through the options window) to copy the font into [WindowsFolder]\Fonts folder and to add a registry key.

 

After installation I have noticed that the font actually is added into the registry however it has not be copied to the fonts directory.

 

Any ideas?

 

Regards,

Michal

0 Kudos
Message 1 of 2
(3,144 Views)
Solution
Accepted by Michal Sobol

Hi Michal,

 

At first, you should add the font file to LabVIEW project.

 

Then create a Source Distribution from build specification. In the source distribution setting, you can specify where to distribute the font file.

 

When you build your installation, you add the source distribution as source file to installer.

 

I'm not sure if you can skip step 2 to add the font file as source file to installer, but source distribution could work correctly.

0 Kudos
Message 2 of 2
(3,137 Views)