Fonts

From WPKG | Open Source Software Deployment and Distribution
Revision as of 10:25, 4 February 2008 by Ilgino (Talk | contribs) (Typo)

Jump to: navigation, search

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>