Whoops
This commit is contained in:
parent
c7fc066eda
commit
3451fbdf7d
@ -42,12 +42,15 @@ VIAddVersionKey "FileVersion" "${SETUP_VERSION}"
|
|||||||
|
|
||||||
; Show details by default
|
; Show details by default
|
||||||
ShowInstDetails show
|
ShowInstDetails show
|
||||||
ShowInstDetails show
|
ShowUninstDetails show
|
||||||
|
|
||||||
; Installer Images
|
; Installer Images
|
||||||
!define MUI_WELCOMEFINISHPAGE_BITMAP "assets\logo-cropped.bmp"
|
!define MUI_WELCOMEFINISHPAGE_BITMAP "assets\logo-cropped.bmp"
|
||||||
!define MUI_HEADERIMAGE_BITMAP "assets\banner-t7x-title.bmp"
|
!define MUI_HEADERIMAGE_BITMAP "assets\banner-t7x-title.bmp" ; For installer header
|
||||||
!define MUI_UNWELCOMEFINISHPAGE_BITMAP "assets\logo-cropped.bmp" ; For uninstaller
|
|
||||||
|
; Uninstaller Images
|
||||||
|
!define MUI_UNHEADERIMAGE_BITMAP "assets\banner-t7x-title.bmp" ; For uninstaller header
|
||||||
|
!define MUI_UNWELCOMEFINISHPAGE_BITMAP "assets\logo-cropped.bmp" ; For uninstaller finish page
|
||||||
|
|
||||||
; Pages
|
; Pages
|
||||||
!insertmacro MUI_PAGE_WELCOME
|
!insertmacro MUI_PAGE_WELCOME
|
||||||
|
Loading…
Reference in New Issue
Block a user