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
|
Function customPage
|
||||||
!insertmacro BIMAGE "${NSISDIR}\Contrib\Icons\modern.bmp" /RESIZETOFIT
|
!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
|
MessageBox MB_OK 'This is a nice custom "page" with yet another image :P'
|
||||||
Abort
|
#insert install options/start menu/<insert plugin name here> here
|
||||||
yes:
|
|
||||||
FunctionEnd
|
FunctionEnd
|
||||||
|
|
||||||
Function dirImage
|
Function dirImage
|
||||||
|
@ -60,7 +59,7 @@ Function dirImage
|
||||||
FunctionEnd
|
FunctionEnd
|
||||||
|
|
||||||
Function instImage
|
Function instImage
|
||||||
!insertmacro BIMAGE "${NSISDIR}\Contrib\Icons\checks4.bmp" /RESIZETOFIT
|
!insertmacro BIMAGE "${NSISDIR}\Contrib\Icons\checks-sdbarker.bmp" /RESIZETOFIT
|
||||||
FunctionEnd
|
FunctionEnd
|
||||||
|
|
||||||
; Install dir
|
; Install dir
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue