LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Custom graphics don't display in the installer

Solved!
Go to solution

I'm creating an install for my application. I have created a Banner Graphic and a Welcome Graphic as bmp but they don't show up in the installer. I have made them 578 x 59 pixels and  578 x 383 pixels as specified.  I have tried example graphics from the web and they don't work either.  I don't see any other requirements for the graphics.  Anyone know if there is another requirement needed for the graphic to be display?

 

Thanks,

 

Andy

0 Kudos
Message 1 of 6
(3,547 Views)
Solution
Accepted by topic author aml1138@yahoo.com

I just used MS Paint and saved as a 256 color bitmap. Then I assume you dragged them into your project and selected them through the installer properties interface. The welcome shows up for a split second, and then you have to click "back" in order to see it. I don't really think this is worth it.

 

cap1.PNG

 

The banner shows up on the first page, but you can really only use the right side of it:

cap2.PNG

 

I actually never knew these features existed, but I must say they give my installer a very professional feel 🙂

Message 2 of 6
(3,534 Views)

Bmp files come in a huge variety of internal data structures. What did you use to size them?

0 Kudos
Message 3 of 6
(3,525 Views)

I ran into this problem several years ago and worked out the cause with NI Support. Basically, the BMP format has changed over time, with several different versions of information header. Wikipedia has info here. Initially the BMPs I created with GIMP had BITMAPV4HEADER, but LabVIEW wouldn't accept them. I had to resave them with MS Paint with the older BITMAPINFOHEADER in order for LabVIEW to understand them.

0 Kudos
Message 4 of 6
(3,493 Views)

Thanks.  It was a BMP type issue.  I created the graphics in GIMP and exported as Windows BMP.  After reading the responses I opened the files in Paint and then "saved as" from Paint.  That fixed the problem.

 

Thanks.

0 Kudos
Message 5 of 6
(3,479 Views)

GIMPS default bmp is 32 bit, which doesn't work for the installer. National requires 24 bit and can be set in GIMP when you export as Windows BMP and select advance setting, then select 24 bit.  They need to put this in the help for the installer as a requirement.

0 Kudos
Message 6 of 6
(3,468 Views)