modern ui trouble
writing an installer and it wont diplay any bitmap, heres what i have:
!include "MUI.nsh" Name "TKLBX" OutFile "TKLBX00.exe"
ShowInstDetails show
InstallDir "$APPDATA\ABE\${LIVE_VERS_403}"
!define MUI_HEADERIMAGE
!define MUI_HEADERIMAGE_BITMAP "${NSISDIR}\Examples\ttheader.bmp"
!define MUI_WELCOMEFINISHPAGE_BITMAP "${NSISDIR}\Examples\ttfinish.bmp"
; Pages
!insertmacro MUI_PAGE_LICENSE "${NSISDIR}\Examples\TKLBXLicense.txt"
Page instfiles
ive tried numerous things and just cant get it to show any bitmap, wondering if bmp must be a certain size or bit depth,? any help would be greatly appreciated
mik