Mui_welcomefinishpage_bitmap
this is my modern.nsh for Zip2Exe
;Change this file to customize zip2exe generated installers with a modern interface
!include "MUI.nsh"
!insertmacro MUI_PAGE_WELCOME
!insertmacro MUI_WELCOMEFINISHPAGE_BITMAP ${NSISDIR}\Contrib\Graphics\Wizard\yo.bmp
!insertmacro MUI_PAGE_DIRECTORY
!insertmacro MUI_PAGE_INSTFILES
!insertmacro MUI_LANGUAGE "English"
---
this is the error:
!insertmacro: macro named "MUI_WELCOMEFINISHPAGE_BITMAP" not found!
!include: error in script: "D:\Programfiler\NSIS\Contrib\zip2exe\Modern.nsh" on line 7
Error in script "C:\DOCUME~1\Daniel\LOKALE~1\Temp\zne37E.tmp" on line 6 -- aborting creation process
(source ZIP size was 11618 bytes)