ess*_*LAH 17 installation fonts wix
我想安装一组打开类型字体作为我的MSI安装的一部分.我正在使用Wix来创建MSI.
有什么建议?
mar*_*lam 19
您需要指定目录FontsFolder,并在文件上设置TrueType属性:
<DirectoryRef Id="FontsFolder">
<Component Id="MyFontsFonts" Guid="...">
<File Id="font1.ttf" Source="font1.ttf" TrueType="yes" />
<File Id="font2.ttf" Source="font2.ttf" TrueType="yes" />
</Component>
</DirectoryRef>
Run Code Online (Sandbox Code Playgroud)
| 归档时间: |
|
| 查看次数: |
8162 次 |
| 最近记录: |