How to precise the uninstall Icon
hi!
as i use a personnal icon for my programm, i would like to use this icon for the uninstaller.
How could i do it ?
thinks
Archive: How to precise the uninstall Icon
How to precise the uninstall Icon
hi!
as i use a personnal icon for my programm, i would like to use this icon for the uninstaller.
How could i do it ?
thinks
Use the command UninstallIcon
see
!define MUI_ICON "sameico.ico"
!define MUI_UNICON "sameico.ico"
The last one is for the Modern UI. If you are not using the Modern UI use UninstallIcon.