From: <xue...@us...> - 2003-04-27 14:29:59
|
Update of /cvsroot/popfile/windows In directory sc8-pr-cvs1:/tmp/cvs-serv12199 Modified Files: installer.nsi Log Message: Installer now uses the popfile.ico file from the "engine\Platform" folder and the uninstaller uses a modified version of that icon file. Index: installer.nsi =================================================================== RCS file: /cvsroot/popfile/windows/installer.nsi,v retrieving revision 1.37 retrieving revision 1.38 diff -C2 -d -r1.37 -r1.38 *** installer.nsi 25 Apr 2003 11:25:36 -0000 1.37 --- installer.nsi 27 Apr 2003 14:29:55 -0000 1.38 *************** *** 62,65 **** --- 62,72 ---- !define MUI_CUSTOMPAGECOMMANDS + ; The icon files for the installer and uninstaller must have the same structure. For example, + ; if one icon file contains a 32x32 16-colour image and a 16x16 16-colour image then the other + ; file cannot just contain a 32x32 16-colour image, it must also have a 16x16 16-colour image. + + !define MUI_ICON "..\engine\Platform\popfile.ico" + !define MUI_UNICON "remove.ico" + #-------------------------------------------------------------------------- # User Registers (Global) |