Custom uninstaller page
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@1808 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
parent
53b51de8e6
commit
756dc79365
1 changed files with 7 additions and 0 deletions
|
@ -78,12 +78,19 @@ UninstallText "Another page..."
|
||||||
|
|
||||||
; Uninstall pages
|
; Uninstall pages
|
||||||
UninstPage uninstConfirm un.uninstImage
|
UninstPage uninstConfirm un.uninstImage
|
||||||
|
UninstPage custom un.customPage
|
||||||
UninstPage instfiles un.instImage
|
UninstPage instfiles un.instImage
|
||||||
|
|
||||||
Function un.uninstImage
|
Function un.uninstImage
|
||||||
!insertmacro BIMAGE "${NSISDIR}\Contrib\Icons\checksX.bmp" /RESIZETOFIT
|
!insertmacro BIMAGE "${NSISDIR}\Contrib\Icons\checksX.bmp" /RESIZETOFIT
|
||||||
FunctionEnd
|
FunctionEnd
|
||||||
|
|
||||||
|
Function un.customPage
|
||||||
|
!insertmacro BIMAGE "${NSISDIR}\Contrib\Icons\modern.bmp" /RESIZETOFIT
|
||||||
|
MessageBox MB_OK 'This is a nice uninstaller custom "page" with yet another image :P'
|
||||||
|
#insert install options/start menu/<insert plugin name here> here
|
||||||
|
FunctionEnd
|
||||||
|
|
||||||
Function un.instImage
|
Function un.instImage
|
||||||
!insertmacro BIMAGE "${NSISDIR}\Contrib\Icons\jarsonic-checks.bmp" /RESIZETOFIT
|
!insertmacro BIMAGE "${NSISDIR}\Contrib\Icons\jarsonic-checks.bmp" /RESIZETOFIT
|
||||||
FunctionEnd
|
FunctionEnd
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue