Question about fonts register
I use for a long time fonts.dll
but i got ome prebleme with it on win2000 and win 2003 server...
can you help me ?
here my code
SetOutPath "$WINDIR\Fonts"
File "file\NEUROPOL.ttf"
GetTempFileName $R0
File/oname=$R0 fonts.dll
Push "NEUROPOL.ttf"
CallInstDLL $R0 registerFont
>