XP 中的开始和最终对话框不显示位图

发布于 2025-01-08 04:25:14 字数 152 浏览 1 评论 0原文

我有一个安装程序,它在 Windows 7 中运行良好,但在 XP 中,一些预定义的 WiX 对话框(开始和最终)不显示位图,而仅显示文本。

如何解决这个问题?

附言。问题是 JPG 格式的。在 W7 上可以,但在 XP 上不行。可能格式对 XP 来说不好。

I have an installer, it works fine in Windows 7, but in XP some of predefined WiX dialogs (start and final) do not show bitmaps but only text.

How to fix this?

PS. The matter is in JPGs. On W7 it works, but not on XP. Probably format is bad for XP.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

平安喜乐 2025-01-15 04:25:14

我在 WixUIDialogBmpWixUIBannerBmp(使用 WiX 3.6)中使用 JPEG 时遇到了同样的问题。

Windows7 上的安装程序可以正确显示图像:

Windows7 上的安装程序

Vista 上的相同的安装程序不会t 显示图像:

在此处输入图像描述

将 JPEG 转换为位图后,安装程序可以在 Vista 上正常运行:

在此处输入图像描述

I have experienced the same problems using JPEG for WixUIDialogBmp and WixUIBannerBmp (using WiX 3.6).

The installer on Windows7 displays the images correctly:

Installer on Windows7

The same installer on Vista doesn't show the images:

enter image description here

After converting the JPEGs to Bitmaps the installer works correctly on Vista:

enter image description here

方圜几里 2025-01-15 04:25:14

您应该在 WiX 中使用位图 (.bmp) 作为横幅和对话框图像。

You should use bitmaps (.bmp) for banner and dialog images in WiX.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文