This is the current font install script:
$sFileName = '\\server.local\Software\_Install\_Default\1\CORPORATE FONT\*.*'
If FileCopy($sFileName, @WindowsDir & '\Fonts',1) Then
$sFileName = @WindowsDir & '\Fonts\' & StringTrimLeft($sFileName, StringInStr($sFileName, '\', 0, -1))
DllCall('gdi32', 'long', "AddFontResourceA", 'String', $sFileName)
EndIf
The fonts get copied, however they're not registred with system when I try to use them in i.e. MS Word. What else needs t