Hi Vincent,
for TrueType Fonts you can use this
<DirectoryRef Id="FontsFolder">
<Component Id="InstallFonts" Guid="YOUR-GUID-HERE">
<File Id="font1.TTF" Source="fonts\font1.ttf" TrueType="yes" />
<File Id="font2.TTF" Source="fonts\font2.ttf" TrueType="yes" />
</Component>
</DirectoryRef>
Stefan
-----Ursprüngliche Nachricht-----
Von: xfishxi [mailto:[email protected]]
Gesendet: Dienstag, 10. März 2009 04:10
An: wix-users
Betreff: [WiX-users] how to install Fonts in WIX?
hi
I'm use wix to generate my MSI Installer, our product needs to use two
Fonts(SIMYOU.TTF and STHUPO.TTF), so we
need to install these two fonts into the system folder(%WINDOWS\FONTS%), now i
write a InstallFonts function
in an extra executable, and invoke this executable in WIX as a Custom Action,
but i think this solution is not good,
i believe that WIX can do the same thing, but i don't know how to do it with
WIX, so does anyone can help me,
i appreciate for any help,
thanks
vincent
------------------------------------------------------------------------------
_______________________________________________
WiX-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/wix-users
------------------------------------------------------------------------------
_______________________________________________
WiX-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/wix-users