Skip to content

Commit 6177b8e

Browse files
committed
Add custom header image to installer
1 parent bb21540 commit 6177b8e

2 files changed

Lines changed: 3 additions & 0 deletions

File tree

installer/header.bmp

25.2 KB
Binary file not shown.

installer/installer-x64.nsi

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,9 @@ RequestExecutionLevel admin
1515
!define MUI_UNICON "installer.ico"
1616
!define MUI_WELCOMEFINISHPAGE_BITMAP "welcome.bmp"
1717
!define MUI_UNWELCOMEFINISHPAGE_BITMAP "welcome.bmp"
18+
!define MUI_HEADERIMAGE
19+
!define MUI_HEADERIMAGE_BITMAP "header.bmp"
20+
!define MUI_UNHEADERIMAGE_BITMAP "header.bmp"
1821
!define MUI_ABORTWARNING
1922
!define MUI_UNABORTWARNING
2023
!define MUI_FINISHPAGE_NOAUTOCLOSE

0 commit comments

Comments
 (0)