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.