Fonts

From WPKG | Open Source Software Deployment and Distribution
Revision as of 06:35, 21 April 2008 by 129.217.209.17 (Talk)

Jump to: navigation, search

This did not work as the fonts are not registered in registry. When you have Administrator rights and open the %WINDIR%\Fonts\ directory after copying the fonts you wont notice that, as the new fonts get registered automaticely then by Windows Explorer.



This is a silent installer for distributing additional fonts. Always be sure to be entitled to use the fonts you are distributing.

Not sure how it behaves when a font is already installed on the client.

<package id="additional-fonts" name="Additional fonts" revision="1" reboot="false" priority="950" execute="once">

  <install cmd='%COMSPEC% /c copy /Y "%SOFTWARE%\Fonts\*.TTF " "%WINDIR%\Fonts\" ' />

</package>