Archive: File not found, silly path error


File not found, silly path error
Hello,

Is it me of I am seriously doing something wrong?

I want to specify my own header file so I do this....

!define MUI_HEADERIMAGE_BITMAP "${EXEDIR}\InstallImages\header.bmp"

And whatever syntax I try with the above I keep getting file not found as the error message.

The file is definetly there, that I do gurantee.

InstallImages is a folder inside the folder that houses the .nsi install script.

It's something just so obvious, the fix that is right?

Many thanks


Remove the {'s


!define MUI_HEADERIMAGE_BITMAP "$EXEDIR\InstallImages\header.bmp"

Thanks a lot, it worked. You're a star.


Hmmm well it seems one method isn't goo for all

!define MUI_WELCOMEFINISHPAGE_BITMAP "$EXEDIR\InstallImages\welcome.bmp"

Now it keeps on saying that file isn't found though it exists perfectly.

Why?