Fonts

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

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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 distibuting.

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

<package id="additional-fonts" name="Aditional fonts" revision="1" reboot="false" priority="950" execute="once">
 <install cmd='%COMSPEC% /c copy /Y "%SOFTWARE%\Fonts\*.TTF " "%WINDIR%\Fonts\" ' />
</package>