|
From: <xue...@us...> - 2003-08-06 21:45:44
|
Update of /cvsroot/popfile/windows
In directory sc8-pr-cvs1:/tmp/cvs-serv29172
Modified Files:
installer.nsi
Log Message:
Updated to use customised UI and new header bitmap (to make more room for TITLE and SUBTITLE texts).
Index: installer.nsi
===================================================================
RCS file: /cvsroot/popfile/windows/installer.nsi,v
retrieving revision 1.100
retrieving revision 1.101
diff -C2 -d -r1.100 -r1.101
*** installer.nsi 6 Aug 2003 16:34:32 -0000 1.100
--- installer.nsi 6 Aug 2003 21:45:41 -0000 1.101
***************
*** 278,286 ****
;-----------------------------------------
; The "Special" bitmap appears on the "Welcome" and "Finish" pages,
; the "Header" bitmap appears on the other pages of the installer.
!define MUI_SPECIALBITMAP "special.bmp"
! !define MUI_HEADERBITMAP "hdr-right.bmp"
!define MUI_HEADERBITMAP_RIGHT
--- 278,292 ----
;-----------------------------------------
+ ; The 'hdr-common.bmp' icon is only 90 x 57 pixels, much smaller than the 150 x 57 pixel
+ ; space provided by the default 'modern_headerbmpr.exe' UI, so we use a custom UI which
+ ; leaves more room for the TITLE and SUB-TITLE text.
+
+ !define MUI_UI_HEADERBITMAP_RIGHT "UI\pfi_headerbmpr.exe"
+
; The "Special" bitmap appears on the "Welcome" and "Finish" pages,
; the "Header" bitmap appears on the other pages of the installer.
!define MUI_SPECIALBITMAP "special.bmp"
! !define MUI_HEADERBITMAP "hdr-common.bmp"
!define MUI_HEADERBITMAP_RIGHT
|