简体   繁体   中英

How to change the bitmap image when uninstalling the NSIS installer

How to change the bitmap image when uninstalling the NSIS installer?

Because here I didn't find any ID.

When installing the NSIS installer, I changed the bitmap image of the welcome screen using the below code:

!define MUI_WELCOMEFINISHPAGE_BITMAP "\NULLSOFT\src\Bitmaps\uninstwiz.bmp"

Similarly please suggest me how to change the bitmap image when uninstalling the software.

!define MUI_UNWELCOMEFINISHPAGE_BITMAP "c:\myfiles\uninstwiz.bmp"
!include MUI2.nsh
...
!insertmacro MUI_UNPAGE_WELCOME
!insertmacro MUI_UNPAGE_CONFIRM
!insertmacro MUI_UNPAGE_INSTFILES
!insertmacro MUI_UNPAGE_FINISH
!insertmacro MUI_LANGUAGE "English"

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM