Installing a font on a client machine
问题 I'm using Visual Studio 2008 and the built-in installation tools for a C# client application. How can I use this installer to install a font on the client machine (if it's not already there)? 回答1: In VS2005 (so I assume 2008 as well), right click on the File System on Target Machine, Add Special Folder -> Fonts Folder, then place your font file there. 回答2: For me, Timothy Carter had the answer mostly right: "right click on the File System on Target Machine, Add Special Folder -> Fonts Folder,