背景图片上的 Inno Setup "Out of Sytem resources"
Inno Setup "Out of Sytem resources" on background image
我正在使用 Inno Setup 创建安装程序,我想将 .bmp 图像设置为背景,但是 "Out of System resources" 一直随机弹出(有时弹出,有时不弹出)欢迎页面和 "Setup completed"(基本上是唯一带有图片的页面)。
我尝试了不同的大小和位深度,但这并没有解决问题(而且它从来没有说 "Invalid Bitmap image",所以我认为这不是问题所在)。
你们有这方面的更多信息吗?
我找到了解决办法! (感谢 Andrew Truckle 的提示)。
Please see this discussion: news.jrsoftware.org/news/innosetup/msg105110.html. I assume you are using non-Unicode. Consider trying the v6 beta available on the website.
此错误出现在 Inno Setup 的 non_Unicode 版本中(我猜这是一个编码问题?)。
下载 Unicode 一个就解决了!
我正在使用 Inno Setup 创建安装程序,我想将 .bmp 图像设置为背景,但是 "Out of System resources" 一直随机弹出(有时弹出,有时不弹出)欢迎页面和 "Setup completed"(基本上是唯一带有图片的页面)。
我尝试了不同的大小和位深度,但这并没有解决问题(而且它从来没有说 "Invalid Bitmap image",所以我认为这不是问题所在)。
你们有这方面的更多信息吗?
我找到了解决办法! (感谢 Andrew Truckle 的提示)。
Please see this discussion: news.jrsoftware.org/news/innosetup/msg105110.html. I assume you are using non-Unicode. Consider trying the v6 beta available on the website.
此错误出现在 Inno Setup 的 non_Unicode 版本中(我猜这是一个编码问题?)。
下载 Unicode 一个就解决了!