Trying to convert to UMUI
Firstly, I'm a fairly novice user, so bear with me :)
My current installer uses 2 separate header images; one on the first page, then another for the remainder of the installer. Using MUI, it works as intended. However, when switching to UMUI, I can only see one or the other. I use this line to display what I currently want, but I can only have 1 displayed at any time.
!define UMUI_HEADERBGIMAGE_BMP "my_header.bmp"
I understand it uses a different syntax, but I cannot seem to get my installer using UMUI to display both headers. I have everything working as I like it, except for this issue. Is there another way to make 1 header appear on the first page, then make another appear on the rest of the pages? I obviously can't define it more than once, and I'm using "SetBrandingImage" like my MUI script was, but it's not working with UMUI.
Any help is appreciated!
Edit: Attaching script using UMUI that I am having the issue with. If needed, I can attach the MUI script that works for me.