Reputation: 193
I'm creating an installer with Inno Setup and I want to set a .bmp image as background, but the "Out of System resources" keeps popping up randomly (sometimes it pops up, sometimes it doesn't) in the Welcome page and in the "Setup completed" (basically the only pages with the image).
I tried different sizes and bit depths but that doesn't solve it (and it never says "Invalid Bitmap image", so I don't think that's the problem).
Do you guys have more info about this?
Upvotes: 1
Views: 328
Reputation: 193
I found the solution! (thanks to Andrew Truckle for the hint).
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.
This error shows up in non_Unicode builds of Inno Setup (I guess it's an encoding problem?).
Downloading the Unicode one solved it!
Upvotes: 1