My understanding is that I need to
a) specify a bitmap background:
b) have a welcome/finish page:
!define MUI_WELCOMEFINISHPAGE_BITMAP C:\WINNT\Profiles\kf1864\Desktop\InstallTest\Backdrop2.bmp
However, this results in a blank background for the welcome and finish pages. Is there something I need to do to "enable" or "activate" this background?
!insertmacro MUI_PAGE_WELCOME
!insertmacro MUI_PAGE_FINISH
It appears that the NSIS compiler finds the .bmp file, so I don't think a missing file is the problem.
I have read another post concerning a blank background using MUI, but it appeared to me that a different method was being using (plugins?).
Thanks,
Alex