EnabledBitmap: "BMP-Selected.bmpI checked to make sure it was 16 bit color. And it was. The size is also 20x20. Though the size shouldn't be an issue, since nsis resizes it anyway.
replace_bitmap: error: bitmap error in "BMP-Selected.bmp" -- failing!"
The code is:
Is there anywhere specifc that those two lines should be at? I.E. The first few lines of code in the script?EnabledBitmap BMP-Selected.bmp
DisabledBitmap BMP-UnSelected.bmp
TIA