From: <xue...@us...> - 2003-05-31 19:55:25
|
Update of /cvsroot/popfile/windows In directory sc8-pr-cvs1:/tmp/cvs-serv19770 Modified Files: installer.nsi Log Message: Updated to match the new CBP 'page' macro name, removed null leave function from custom page. Index: installer.nsi =================================================================== RCS file: /cvsroot/popfile/windows/installer.nsi,v retrieving revision 1.55 retrieving revision 1.56 diff -C2 -d -r1.55 -r1.56 *** installer.nsi 27 May 2003 12:34:40 -0000 1.55 --- installer.nsi 31 May 2003 19:55:21 -0000 1.56 *************** *** 59,64 **** Page custom SetOptionsPage "CheckPortOptions" !insertmacro MUI_PAGE_INSTFILES ! !insertmacro CBP_PAGECOMMAND_SELECTBUCKETS "" ! Page custom SetOutlookOrOutlookExpressPage "" !insertmacro MUI_PAGE_FINISH --- 59,64 ---- Page custom SetOptionsPage "CheckPortOptions" !insertmacro MUI_PAGE_INSTFILES ! !insertmacro CBP_PAGE_SELECTBUCKETS ! Page custom SetOutlookOrOutlookExpressPage !insertmacro MUI_PAGE_FINISH |