From: <xue...@us...> - 2003-05-20 00:12:18
|
Update of /cvsroot/popfile/windows In directory sc8-pr-cvs1:/tmp/cvs-serv14199 Modified Files: installer.nsi Log Message: Now using "Otto" as branding image on the Welcome & Finish pages and at the top of the other pages. Index: installer.nsi =================================================================== RCS file: /cvsroot/popfile/windows/installer.nsi,v retrieving revision 1.45 retrieving revision 1.46 diff -C2 -d -r1.45 -r1.46 *** installer.nsi 15 May 2003 12:23:21 -0000 1.45 --- installer.nsi 20 May 2003 00:12:13 -0000 1.46 *************** *** 47,50 **** --- 47,57 ---- !define MUI_CUSTOMPAGECOMMANDS + ; 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 + !define MUI_WELCOMEPAGE !define MUI_LICENSEPAGE |