Visual Studio 安装项目:Cleartype
我使用 Visual Studio 安装项目为某些程序集创建安装程序。但是,安装程序使用的字体始终是别名,并且似乎不是 Windows 标准。
(来源:paulstovell.com)
(请注意,安装程序文本使用别名文本呈现,但窗口标题使用 ClearType)
是否有任何方法可以更新 MSI 以使用 ClearType?
I use a Visual Studio Setup project to create an installer for some assemblies. However, the fonts the installer uses are always aliased, and don't appear to be the Windows standard.
(source: paulstovell.com)
(Note that the installer text uses aliased text rendering, but the window title uses ClearType)
Is there any way to update the MSI to use ClearType?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
嗯,简短的回答是否定的。
但是,您可以使用 Orca< 等编辑器编辑生成的 MSI /a> 允许更改字体系列或大小,但不能更改任何接近启用 ClearType 的内容,因为它是由 Windows 控制的。
话虽如此,根据这个看来 WIX 确实支持 ClearType。任何开始使用 VS 安装程序的人最终都会遇到一个警告,这使得他们转向 WIX、NSIS 或商业解决方案。你的动机可能是最独特的:)
Well, the short answer is no.
However you could edit the generated MSI with an editor like Orca which allows to change the fonts families or sizes, but not anything close to enabling ClearType as it is controlled by Windows.
With that said, according to this it seems WIX does support ClearType. Anybody who started with VS installer eventually had their one caveat which made them switch to WIX, NSIS or a commercial solution. Yours might be the most unique motive :)