I am trying to include a BMP in a custom page .ini created using HMNSIS editor.
The field in my ini file looks like.....
Is there a way to compile the BMP in the setup.exe?
The field in my ini file looks like.....
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.code:
[Field 1]
Type=Bitmap
Text=jcsmall.bmp
Left=0
Right=112
Top=0
Bottom=139
Is there a way to compile the BMP in the setup.exe?
Comment