From f36028367a0ec2c7e06c2e853729a11fe77b5daa Mon Sep 17 00:00:00 2001 From: kichik Date: Fri, 15 Nov 2002 13:08:26 +0000 Subject: [PATCH] Some fixes git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@1718 212acab6-be3b-0410-9dea-997c60f758d6 --- Examples/gfx.nsi | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/Examples/gfx.nsi b/Examples/gfx.nsi index 980123e9..be02f31a 100644 --- a/Examples/gfx.nsi +++ b/Examples/gfx.nsi @@ -50,9 +50,8 @@ FunctionEnd Function customPage !insertmacro BIMAGE "${NSISDIR}\Contrib\Icons\modern.bmp" /RESIZETOFIT - MessageBox MB_YESNO 'This is a nice custom "page" with yet another image :P$\r$\n$\r$\nWould you like to go to the next page now?' IDYES yes - Abort - yes: + MessageBox MB_OK 'This is a nice custom "page" with yet another image :P' + #insert install options/start menu/ here FunctionEnd Function dirImage @@ -60,7 +59,7 @@ Function dirImage FunctionEnd Function instImage - !insertmacro BIMAGE "${NSISDIR}\Contrib\Icons\checks4.bmp" /RESIZETOFIT + !insertmacro BIMAGE "${NSISDIR}\Contrib\Icons\checks-sdbarker.bmp" /RESIZETOFIT FunctionEnd ; Install dir