Archive: Installing fonts...


Installing fonts...
Hi all...

At the moment im just using

SetOutPath "$WINDIR\Fonts"
File "H:\Projects\pc\final\alpha.ttf"

to install a font.

It doesnt seem to work though... it doesnt copy the file in at all.
If i manually copy the font file in there, then run the install (code above), the font somehow becomes corrupted.

Any ideas?

BTW... this is under WinXP.


no problem

just copy the font file first to any dir
(installdir or temp dir)

then use the copy function

this will work

(tested with win2k)


Thanks...