This website uses cookies. By clicking Accept, you consent to the use of cookies. Click Here to learn more about how we use cookies.
Turn on suggestions
Auto-suggest helps you quickly narrow down your search results by suggesting possible matches as you type.
- Revenera Community
- :
- InstallShield
- :
- InstallShield Forum
- :
- Re: error occurred streaming splashscreen bitmap
Subscribe
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Subscribe
- Mute
- Printer Friendly Page
‎Jul 16, 2008
08:21 AM
error occurred streaming splashscreen bitmap
Hello,
I am using InstallShield 2009 and receiving the following error message when my MSI compiles;
ISDEV : error -6003: An error occurred streaming 'bitmap name' into setup.exe
This file is the bitmap we are using for a splashscreen. I have had our marketing department recreate the bitmap several times. After reading the log file for the build, there is no better information.
Any help is greatly aprpeciated.
I am using InstallShield 2009 and receiving the following error message when my MSI compiles;
ISDEV : error -6003: An error occurred streaming 'bitmap name' into setup.exe
This file is the bitmap we are using for a splashscreen. I have had our marketing department recreate the bitmap several times. After reading the log file for the build, there is no better information.
Any help is greatly aprpeciated.
(7) Replies
‎Jul 16, 2008
12:02 PM
Are you trying to pull the file in from a network drive?
‎Jul 16, 2008
01:00 PM
Can you post what the path is?
‎Jul 16, 2008
01:09 PM
Sure, here is the complete error line...
ISDEV : warning -6607: Your splash screen will not be displayed during the installation because D:\ILEADS_support_82\Splashscreen40\ILEADS.bmp is not a bitmap file. To display a splash screen, you must specify a valid bitmap file.
I am not sure what it is looking for. The bitmap is 493 x 302 and is only 582kb in size.
ISDEV : warning -6607: Your splash screen will not be displayed during the installation because D:\ILEADS_support_82\Splashscreen40\ILEADS.bmp is not a bitmap file. To display a splash screen, you must specify a valid bitmap file.
I am not sure what it is looking for. The bitmap is 493 x 302 and is only 582kb in size.
‎Jul 16, 2008
01:11 PM
Can you send me the file:
mmarino@acresso.com
We have seen problems with bitmaps when the the bitmap header information is not correct (some paint programs seem to write this info better than others.)
mmarino@acresso.com
We have seen problems with bitmaps when the the bitmap header information is not correct (some paint programs seem to write this info better than others.)
‎Jul 16, 2008
01:17 PM
An issue that used to come up (may not be true nowadays) is that run-length-encoded bitmaps and bitmaps with alpha channels can't be displayed; the rule seemed to be that if you could view and save the bitmap using MS Paint, it could be displayed as a splash screen...
‎Jul 16, 2008
05:19 PM
I resolved this issue by opening the user's file up in a paint program and re-saving it.
Re-creating the file seemed to fix the issue for the user.
Re-creating the file seemed to fix the issue for the user.