About fontsdir

tonycaso

Member
I’m trying to copy fonts to windows font directory but no look.

Using custom action:
Code:
                            Copy file(s) from "%DESTPATH%\TTF\*.ttf" to "%FONTSDIR%"    (AFTER EXTRACTION)
Progress bar shows fonts copying but when I open windows font dir nothing has been copied inside.

also tried:

Copy file(s) from “%DESTPATH%\TTF*.ttf” to “%FONTSDIR%” (note backslash)

and

Copy file(s) from “%DESTPATH%\TTF*.ttf” to “c:\windows\fonts”

any idea?

Thanks
 
Last edited:
Maybe a security problem? Is your package elevated with proper administrative rights to write to c:\windows\fonts?
 
Last edited:
Back
Top