Fonts ? Howto distribute them...
For my app i've had a decent font find, and got permission from the creator to use it... but, my question is... how do i go about distributing it ?
The P & D wizard doesn't work on my machine for some reason (encounters an error as soon as you load it)
I've tried just compiling the EXE and hoping VB would somehow add the Font itself.. but that doesn't work... so i was wondering how to go about this ?
Any help will be greatly appreciated. :D
Re: Fonts ? Howto distribute them...
Option 1.
reinstall VB... or just replace the files in
Quote:
C:\Program Files\Microsoft Visual Studio\VB98\Wizards\PDWizard
with ones form the CD
Option 2.
Use Inno Setup. Download it from: InnoSetup
It's the best installer ever.
Re: Fonts ? Howto distribute them...
Wow, Inno Setup seems to be way over my head... can anyone offer any help on it ?