edwig / ODBCQueryTool

Open ODBC Querytool for SQL RDBMS environments
Other
16 stars 5 forks source link

Installer Component - Page Header image is of wrong format #12

Closed GStegemann closed 2 months ago

GStegemann commented 3 months ago

While running the NSIS steps building the ODBC Query Tool Installers the following warning message is issued:

EXEC : 1 warning :
  5040: Unsupported format ..\..\ReferenceGuide\EDO.jpg (macro:MUI_HEADERIMAGE_INIT:19)
 !define MUI_HEADERIMAGE
 !define MUI_HEADERIMAGE_BITMAP               "..\..\ReferenceGuide\EDO.jpg"

According the NSIS documentation only bitmap files are supported as header images.

MUI_HEADERIMAGE_BITMAP bmp_file
Bitmap image to display on the header of installers pages (recommended size: 150x57 pixels).
Default: ${NSISDIR}\Contrib\Graphics\Header\nsis.bmp

Would it be possible to provide a bitmap version of EDO.jpg in a format expected by NSIS?

Best regards, Gerhard