leftbranding.bmp (Ultra Modern UI NSIS)
Hi,
I have a question regarding the Ultra Modern UI for NSIS.
I am creating an installer and I want to either use a .gif or a separate picture for each page of the installer for the leftbranding.bmp.
Can anyone tell me:
* If the program supports the use of a .gif instead of a bmp
* If there is a way to have the image change depending on the page.
Thanks in advance.
EDIT: the line in the script is
!insertmacro MUI_DEFAULT UMUI_LEFTIMAGE_BMP "${NSISDIR}\Contrib\UltraModernUI\Skins\green\LeftBranding.bmp"
And an example is found in the \NSIS\Contrib\UltraModernUI\Skins directory.