Archive: BMP file not displaying


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?

function .onInit
InitPluginsDir
SetOutPath $PLUGINSDIR
File jcsmall.bmp
functionend

and then reference that file in your ini.


http://forums.winamp.com/showthread.php?t=265258


Thanks for that, all working now :)