BMP file not displaying
I am trying to include a BMP in a custom page .ini created using HMNSIS editor.
The field in my ini file looks like.....
[Field 1]
Type=Bitmap
Text=jcsmall.bmp
Left=0
Right=112
Top=0
Bottom=139
When I compile and run everything runs fine, but if I move the setup.exe to another machine there is no image, if I put the BMP file into the same directory as the setup.exe on the new machine it shows up.
Is there a way to compile the BMP in the setup.exe?