I am trying to install a font on client computer. I can see the question has already been asked here Installing a font on a client machine
The issue I have is, where is “File System”?
According to MSDN, it is under View -> Editor -> File System.
I can’t see it on my version of VS2010 Professional. Any ideas what I need to do (do I need to install something first)?
File Systemis when you create aSetup and Deployment Projectin VS. In that types of project you can put your exe, tell project, fonts inFonts Folderand then it will place your fonts in client system where fonts are installed i.e.C:\Windows\Fontsfolder of client machine.Your link of MSDN is under
Deployment Editor.Open a new
Setup and Deploymentproject to check.