I have made a program using Visual Basics and it contains some fonts not available on most computers. Now while distributing this program how do I add the fonts to the installer?
I use the Package and Deployment wizard to create an Installer.
I also need the fonts to be installed in the fonts folder during installation.
ThanksHow do I add fonts to a VB packaged installer?
you can use a bat file or create an exe that first copy the font to windows/system/font and after execute the true setup
No comments:
Post a Comment