Archive: InstallOptions Bitmap


InstallOptions Bitmap
Quick Question, i've created a custom page ( custom.ini ) and I have declared a bitmap object like this

[Field 5]
Type=Bitmap
Text=name.bmp
Left=1
Right=18
Top=1
Bottom=17


Everything works fine but when i bring the compiled exe to any computer other than the build computer, the .bmp file does not display.

I figure i'm going to have to declare the bmp file somehow in the .nsi file, but i dont know how or where.

Any comment would help.

Thanks.


See Contrib\InstallOptions\testimgs.nsi.


Thats it, thanks!