Changes

Fonts

28 bytes added, 19:23, 12 February 2008
m
no edit summary
Not sure how it behaves when a font is already installed on the client.
<source lang="xml">
<package id="additional-fonts" name="Additional fonts" revision="1" reboot="false" priority="950" execute="once">
<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>
</package>
</source>
[[category:Silent Installers]]