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
- :
- Custom Dialog Banner not Working
Subscribe
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Subscribe
- Mute
- Printer Friendly Page
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Jun 13, 2008
07:55 AM
Custom Dialog Banner not Working
I searched the entire forum on this question and I see it has been asked many times, but the resolutions I found do not appear to be working for my project...
I have an Installshield 2009 Installscript MSI Project. I have replaced the two files IsDialogBanner.idb and IsDialogBitmap.ibd in the Program Files\InstallShield\2009\Redist\Language Independent\OS Independent folder with new (renamed) BitMap files, but the stock graphics still show in my dialog boxes. Is there something else I have to do to display the new graphics?
I read one article about recompiling the binary files, but I have no idea how to do that. I would have assumed the binaries are rebuilt when the project was rebuilt.
Thanks in advance.
I have an Installshield 2009 Installscript MSI Project. I have replaced the two files IsDialogBanner.idb and IsDialogBitmap.ibd in the Program Files\InstallShield\2009\Redist\Language Independent\OS Independent folder with new (renamed) BitMap files, but the stock graphics still show in my dialog boxes. Is there something else I have to do to display the new graphics?
I read one article about recompiling the binary files, but I have no idea how to do that. I would have assumed the binaries are rebuilt when the project was rebuilt.
Thanks in advance.
(2) Replies
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Jun 13, 2008
09:43 AM
Please see this newsletter tip (PDF warning): http://www.acresso.com/webdocuments/PDF/DialogBitmaps.pdf. Those .ibd files are just for Basic MSI projects, while InstallScript and InstallScript MSI projects point to different files...
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Jun 13, 2008
10:07 AM
Cool, Thanks Robert. I will check it out. Have a good weekend.