Difference between revisions of "Fonts"

From WPKG | Open Source Software Deployment and Distribution
Jump to: navigation, search
(Distributing additional fonts)
(No difference)

Revision as of 10:24, 4 February 2008

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>