Aejaz Muslim - 2009-09-21

Hi,

I am unable to replace the image which is shown during extraction.
I tried creating a new image with the same name as extract-image.png
in my resources directory which gets included along with the default image named extract-image.png in the installer jar file. So, in the installer jar there are 2 files named extract-file.png & during extraction the default image overwrites the new image which I had created.

In antinstall-config.xml I replaced the following line,

imageResource="/resources/greens.png"

with

imageResource="/resources/extract-image.png"

according to instructions but it didn't make any difference.
Please help.

Thanks