Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在尝试在客户端计算机上安装字体。我可以看到问题已经被问到hereInstalling a font on a client machine
我的问题是,“文件系统”在哪里?
根据MSDN,它位于 View -> Editor -> File System 下。
我在我的 VS2010 Professional 版本上看不到它。有什么想法我需要做什么(我需要先安装一些东西)吗?
File System是Setup and Deployment Project在 VS 中创建的时候。在那种类型的项目中,您可以放入您的 exe,告诉项目,字体,Fonts Folder然后它将您的字体放置在安装字体的客户端系统中,即C:\Windows\Fonts客户端计算机的文件夹中。
File System
Setup and Deployment Project
Fonts Folder
C:\Windows\Fonts
您的 MSDN 链接在Deployment Editor.
Deployment Editor
打开一个新Setup and Deployment项目进行检查。
Setup and Deployment