Changes

Fonts

526 bytes added, 11:38, 19 June 2013
MSI package with fonts
</pre>
This will copy all font files from the current directory to the windows font directory and registry them.
 
= MSI package Method =
 
Create MSI package with fonts for silent install and unistall. You will need:
 
* [http://wixtoolset.org WiX Toolset WiX Toolset]
* [http://gnuwin32.sourceforge.net/packages/make.htm make]
* [http://gnuwin32.sourceforge.net/packages/sed.htm sed]
 
== Example ==
 
Clone [https://github.com/petrkle/cz-fonts this repository] and put your fonts to <tt>FontsDir</tt>. Then run <tt>make</tt> and install created package.
 
<pre>
msiexec /qn /i fonts-13.04.3001.msi /L*v! "%temp%\fonts-install-log.txt"
</pre>
[[category:Silent Installers]]
[[Category: Changing Windows settings]]
18
edits