How to install Open Type Fonts using Wix

后端 未结 3 1368
慢半拍i
慢半拍i 2020-12-11 14:50

I want to install a set of Open Type Fonts as part of my MSI installation. I am using Wix to create the MSI.

Any advice?

3条回答
  •  借酒劲吻你
    2020-12-11 15:34

    You need to specify the directory FontsFolder, and set the TrueType attribute on the file:

    
      
        
        
      
    
    

提交回复
热议问题