This website uses cookies. By clicking Accept, you consent to the use of cookies. Click Here to learn more about how we use cookies.
Turn on suggestions
Auto-suggest helps you quickly narrow down your search results by suggesting possible matches as you type.
- Revenera Community
- :
- InstallShield
- :
- InstallShield Forum
- :
- How do I install fonts ? ? ?
Subscribe
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Subscribe
- Mute
- Printer Friendly Page
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Apr 22, 2013
04:50 AM
Error 1907. Could not register font.
Hello,
I have Basic MSI Installshield 2012 project. It includes ironruby components which copies ironruby files into [INSTALLDIR].
At the moment I experience problem to install .msi installer on Win7 OS (for example target dir was c:\temp). The error message is:
"Error 1907. Could not register font. Verify that you have sufficient permissions to install fonts, and that the system supports this font"
I debugged a bit , and it seems that only one Chalkboard.ttf file causes the problem. There are other .ttf files in source directory and they can be included into installer without any problems
Furthermore we have another installer based on InstallScript project. I can install Chalkboard.ttf without any problems, but now we must use BasicMSI projects.
I would assume that default component settings in BasicMSI project differ from InstallScript. I guess in BasicMSI they set that installer tries to register fonts, but I cannot find where it is.
Could you please help to resolve the problem?
Best regards, Georgiy
I have Basic MSI Installshield 2012 project. It includes ironruby components which copies ironruby files into [INSTALLDIR].
At the moment I experience problem to install .msi installer on Win7 OS (for example target dir was c:\temp). The error message is:
"Error 1907. Could not register font. Verify that you have sufficient permissions to install fonts, and that the system supports this font"
I debugged a bit , and it seems that only one Chalkboard.ttf file causes the problem. There are other .ttf files in source directory and they can be included into installer without any problems
Furthermore we have another installer based on InstallScript project. I can install Chalkboard.ttf without any problems, but now we must use BasicMSI projects.
I would assume that default component settings in BasicMSI project differ from InstallScript. I guess in BasicMSI they set that installer tries to register fonts, but I cannot find where it is.
Could you please help to resolve the problem?
Best regards, Georgiy
(3) Replies
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎May 08, 2013
03:44 PM
Font files to be registered are populated in the Font table in your MSI package. InstallShield will attempt to determine if a file is a font when it is added to a project and, if it is, will add a reference to the file in the Font table. You can remove this entry from the Font table in the project if the file is statically linked.
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Nov 25, 2013
06:02 AM
I have installed InstallShield Limited Edition into Visual Studio and was able to figure how to create an installer fine, but now, I need to install a font for my application to work. How do I proceed ? The program help is of no use, I could not even find the topic.
Is there a detailed how-to somewhere, or am I hoping too much ?
Thanks for any solid pointers and real answers.
Is there a detailed how-to somewhere, or am I hoping too much ?
Thanks for any solid pointers and real answers.
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Nov 25, 2013
06:13 AM
mitchboo wrote:
I have installed InstallShield Limited Edition into Visual Studio and was able to figure how to create an installer fine, but now, I need to install a font for my application to work. How do I proceed ? The program help is of no use, I could not even find the topic.
Is there a detailed how-to somewhere, or am I hoping too much ?
Thanks for any solid pointers and real answers.
Alright. I should have read 7 times the post before that was a bit too abstract for me to understand that font installation is automatic for files added to the project. Experimenting showed me the way.
Pity it does not seem to be mentioned in the help file ; the feature is great.
Thank you.