152
edits
Changes
Fonts
,Distributing additional fonts
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>
[[category:Silent Installers]]
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>
[[category:Silent Installers]]