Skip to content
⌘ NSIS Forum Archive

Custom Icon (MUI)

6 posts

VegetaSan#

Custom Icon (MUI)

Is it possible to have a custom icon in a MUI installer??

If awnser yes ... how???
VegetaSan#
It gives a error : ::::: ::: :: :: :: :

______________________________________________________
Error finding icon resources: number of icons doesn't match -- failing!_______________________________________________________
Vytautas#
Seems like you are also creating an uninstaller in that case you should also "!define MUI_UNICON 'iconfile.ico'"

Vytautas