Difference between revisions of "Fonts"
From WPKG | Open Source Software Deployment and Distribution
m |
|||
Line 1: | Line 1: | ||
+ | This did not work as the fonts are not registered in registry. | ||
+ | When you have Administrator rights and open the %WINDIR%\Fonts\ directory after copying the fonts you wont notice that, as the new fonts get registered automaticely then by Windows Explorer. | ||
+ | |||
+ | ---- | ||
+ | |||
+ | |||
This is a silent installer for distributing additional fonts. | This is a silent installer for distributing additional fonts. | ||
Always be sure to be entitled to use the fonts you are distributing. | Always be sure to be entitled to use the fonts you are distributing. |
Revision as of 06:35, 21 April 2008
This did not work as the fonts are not registered in registry. When you have Administrator rights and open the %WINDIR%\Fonts\ directory after copying the fonts you wont notice that, as the new fonts get registered automaticely then by Windows Explorer.
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>