Do you know if it's possible to create a msi package to install fonts for Windows 7
Hi,
Currently fonts get deployed via GPO but these are not installing, would it be possible to create a package to install fonts for Windows 7?
0 Comments
[ + ] Show comments
Answers (4)
Answer Summary:
Add the required fonts files to "C:\Windows\Fonts" via MSI
Add the required fonts files to "C:\Windows\Fonts" via MSI
Please log in to answer
Posted by:
sumitsingh1984
12 years ago
Hi ,
You just need add the required fonts files to "C:\Windows\Fonts" via MSI.
Make sure to use the right attribute if you want to retain the fonts on the machine during uninstallation
Comments:
-
Yes.. - jagadeish 12 years ago
Posted by:
pjgeutjens
12 years ago
MSI contains inherent functionality for installing fonts. Have a look at this link for more info on the fonts table:
http://msdn.microsoft.com/en-us/library/windows/desktop/aa368606%28v=vs.85%29.aspx
depending on which IDE you use adding fonts to a package should automatically cause this table to be used
Posted by:
JonathonV
12 years ago