Some fixes
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@1718 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
parent
590da83f5f
commit
f36028367a
1 changed files with 3 additions and 4 deletions
|
@ -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/<insert plugin name here> 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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue